ecaceb7
skip over AppleDouble Resource fork files... by
2008-11-29 23:11:27 -0800
1cee3e0
pull in changes made durning the release process... by
2008-11-09 11:10:17 -0800
f5a943d
updated release now that we properly used the branch spec.. by
2008-11-09 10:31:12 -0800
397f8c3
(v0.5)
reintegrate w/ the branch spec and delete the large docs... by
2008-11-09 10:29:51 -0800
0c6ee26
release for pymeds... by
2008-11-09 10:26:23 -0800
6653a0d
latest check list.. Notes about why I didn't test parts of it.. by
2008-11-09 10:24:10 -0800
0289fa5
pull in another module.. by
2008-11-09 10:17:46 -0800
44faab6
add pyvr module.. by
2008-11-09 10:16:50 -0800
7fa10c4
latest update of testing.. by
2008-11-09 10:15:00 -0800
34b0b9a
pull in additional items.. by
2008-11-09 10:14:12 -0800
45fbcad
no results here.. by
2008-11-09 10:13:46 -0800
c02f55a
add a couple more items.. by
2008-11-09 10:12:13 -0800
99b14e5
add the updated qacheck list.. by
2008-11-09 10:08:36 -0800
2582eca
possible fix for error found during testing.. hard to test as these errors do not happen often.. by
2008-11-09 09:46:05 -0800
e52cccf
pull in the check list.. by
2008-11-09 09:31:52 -0800
72345bd
Add basic check list.. by
2008-11-09 09:31:14 -0800
55252ae
detect when media isn't a directory and report it... I did this once and it causes some weird errors in the cds... by
2008-11-08 14:09:30 -0800
bb984b7
put the change list as 0.5.. by
2008-11-07 01:30:08 -0800
63b6a29
branch in preperation for v0.5.. by
2008-11-07 01:28:37 -0800
b43bf02
(replaced)
branch in preperation for v0.5.. by
2008-11-07 01:28:37 -0800
1af6f8e
remove debug print, and increase the rescan to 10 seconds... by
2008-11-07 01:26:56 -0800
fb51977
update about some of the recent changes.. by
2008-11-07 01:21:35 -0800
a12b78c
fix streaming of shoutcast to the DSM-520.. by
2008-11-07 01:13:25 -0800
2648998
support different path seps, and also skip directories if they have the isdir attr and it's true.. by
2008-11-07 00:38:57 -0800
cde6a22
add dummy entries for the connectionmanager... I don't think I've seen anyone use it.. by
2008-10-28 23:21:53 -0800
a8ba9df
add comment about ps3 not supporting streaming... by
2008-10-28 23:21:26 -0800
7d78dc6
debugging, and fix to dataels... by
2008-04-07 21:06:43 -0800
c4eb909
fix some typos... by
2008-04-07 20:39:15 -0800
1bd472a
add more generic support for attributes to resource.... by
2008-04-07 20:31:29 -0800
b60dd89
make rarfile properly a no-op... by
2008-03-22 21:41:38 -0800
e1d8d9f
remove some debug prints.. by
2008-03-02 01:15:06 -0800
80d1273
update email address... by
2008-03-02 00:52:08 -0800
b9c0993
add a bunch of changes to the README.. by
2008-03-02 00:49:41 -0800
9037697
update copyright and email address.. by
2008-03-02 00:44:52 -0800
2e8dc89
if there is an import error on rarfile, use a dummy module that will always be false... by
2008-03-02 00:21:02 -0800
0a4949d
add rarfile support... should probably make this more modular so that if rarfile isn't installed, it isn't an issue.. by
2008-03-02 00:17:46 -0800
dd7270b
copy this over for use to handle rar files.. by
2008-03-02 00:08:51 -0800
5ce2e92
prevent duplicate mime-types from being added... by
2008-03-01 02:08:19 -0800
dacf822
add a magic resource list that prevents duplicate mime-types from being added... probably should add more matching, but this is good for now... by
2008-03-01 02:06:52 -0800
5149869
make it so we don't have to fully open a zip file to know it is one.. This speeds up detection of large zip files.. by
2008-03-01 01:51:00 -0800
36b0e65
do like the others, and when cascading to root, do it through Container, this prevents the root Container from being rescanned all the time... Also make the root Container be able to grow beyond 2^32... by
2008-02-25 01:43:03 -0800
d8f81e4
make it cheaper to have the mpegtsmod loaded... We now do a quick check to make sure there are TS packets, before scanning the first 2megs in an expensive iter loop to find out that there are none... this makes things a lot faster... by
2008-02-25 01:41:36 -0800
cc68641
don't blindly call doUpdate, in Item, pass it to the Container's doUpdate.. This is really what was ment... by
2008-02-25 01:18:32 -0800
c04ce36
remove a debuging print... no logner needed.. by
2008-02-19 01:29:19 -0800
f23346c
this now appears to be working... by
2008-02-19 01:24:19 -0800
df57631
add a module to parsing my pyvr xml data... This has the shows showing up, but now I need to figure out why it hangs when browse into the shows... by
2008-02-19 01:06:56 -0800
51567bb
add a couple more ideas.. by
2007-11-24 01:28:37 -0800
ca4a556
fix transcoding to mpeg2... Mpeg-2 can't store mp3 as audio, so use mp2 for audio... bump up the bit rate a bit too... Looks like the PS3 stores all the data before playing... Need to add support for caching the file to disk while it's going... Looks like a copy on the PS3 would work, just takes a while on the slow box I'm using.. by
2007-11-24 01:28:07 -0800
c018228
fix an error... by
2007-11-24 01:26:27 -0800
d5b9157
PS3 asks for this a lot, be a bit quieter... by
2007-11-24 00:36:29 -0800
30ec5e7
update the root (aka SystemUpdateId) when we update ours... The PS3 asks for this a lot, so I figure we should update it now.. by
2007-11-24 00:36:00 -0800
3f851e3
add m2ts as a supported type.. by
2007-11-23 23:56:42 -0800
6ab094a
update to use soap_lite from coherence, this makes the PS3 work... This includes other fixes like using methodResponse instead of other crap.. Thing brings it more inline w/ the UPnP spec... We now include the namespace bit, which is apparently what the PS3 needs... by
2007-11-23 23:56:23 -0800
d1dcaec
turns out that using soap_lite from Coherence was easier than teaching SOAPpy about namespaces... by
2007-11-23 23:49:33 -0800
ff20e42
find ET where I put it... by
2007-11-23 23:44:33 -0800
49758fe
from: https://coherence.beebits.net/browser/trunk/coherence/upnp/core/soap_lite.py?format=raw by
2007-11-23 15:17:43 -0800
353f65d
import part of SOAPpy so I can make some modifications to it... by
2007-11-23 14:42:22 -0800
7a22dee
update copyright dates to include 2007... by
2007-11-12 23:52:13 -0800
62dd6c4
switch to using the PAT... since we know the PMT we want, search through the programs till we find the one w/ the PMT we want.. This means an incorrect PAT doesn't slip through.. This now works since we don't overload pid and attempt to use it's original value later... by
2007-11-12 22:59:48 -0800
aa594de
make seeking possible on mpegts files... This does some magic to simply replace the pat w/ only the program we want, but keeps all the data there... it wastes a bit of bandwidth, but makes the file seekable, which is good for the media player.. by
2007-11-12 08:51:18 -0800
5cf2237
update location of mpegts.. by
2007-11-12 01:28:18 -0800
718e881
update to what is in FreeBSD's repo... by
2007-11-04 09:56:39 -0800
40fec32
improve SSDP a bit... send out multiple notifies... first is sometime between .5 and 1 seconds, and the second is between 1 and 5 seconds later... by
2007-11-02 23:04:19 -0800
75f5d26
add code to handle resending the notifys out every seven minutes.. This should prevent the DSM-520 from saying we've disappeared... by
2007-11-01 20:35:24 -0800
71098bc
sync w/ FreeBSD's p4 repository... This includes enhancements to mpegts.py, and makes tssel.py work by properly inserting program_number into the PAT that matches the one in the PMT... by
2007-05-20 10:04:08 -0800
b40c80d
add Microsoft's audio/video mimetypes.. by
2006-11-04 12:32:10 -0800
0e98eb4
if we can't read anymore, return.. by
2006-10-15 10:51:46 -0800
9d67433
add changes for next version.. by
2006-10-15 10:28:43 -0800
e00154f
add media type for asf files... by
2006-10-15 10:27:43 -0800
c731b5d
make execute by
2006-09-30 10:17:42 -0800
9415d81
prevent a traceback if we've already stopProcducing... by
2006-09-13 20:41:16 -0800
2b6251f
forgot to clean out the pydvdread directory.. luckily I caught it early, so regenerate... by
2006-09-13 01:21:43 -0800
e8ad80d
add v0.3 release.. by
2006-09-13 01:13:51 -0800
f588c97
(replaced, v0.3)
make v0.3.. by
2006-09-13 01:11:09 -0800
406cbd3
make v0.3.. by
2006-09-13 01:11:09 -0800
f22bd74
include where to update the ffmpeg path.. by
2006-09-13 01:10:22 -0800
0732637
comment on requiring swig to build... by
2006-09-13 00:51:13 -0800
6715bb6
include the mpeg-ts helper programs, and comment on their location, update the module to point to the current location... by
2006-09-13 00:24:47 -0800
02296be
add versions, and prep for v0.3.. by
2006-09-13 00:22:09 -0800
1e0d18c
add dependencies to the README, and include a couple patches... by
2006-09-13 00:16:55 -0800
f2e4485
update w/ latest fixes.. by
2006-09-05 23:54:13 -0800
7cefb1b
expand the repr's.. by
2006-09-05 23:53:54 -0800
0e77d25
add comparision opperators, this is a major bug fix.. previously two empty containers would compare equal causing the removal of the first one if a later one was really removed... The problems of inheriting from list.. :( by
2006-09-05 23:31:31 -0800
3250e2e
This seems to have fixed the problem of things appearing and disappearing... by
2006-09-05 22:22:38 -0800
e2b3d7d
spell port properly by
2006-09-05 11:33:55 -0800
a11d16a
rename a few of the classes to better match what they are... by
2006-07-18 22:56:28 -0800
9f8318c
forgot to comment out second part of line.. by
2006-07-18 22:53:22 -0800
2c59e2b
pass kwargs through Container... This probably means I don't need to del the kwargs stuff anymore... by
2006-07-18 22:52:49 -0800
4d4e2b8
support dynamicly isolating the pid's of the ts... by
2006-07-18 17:52:02 -0800
8e6c2d0
put the modules in a more sane order, so that the ones that do the most work (or are most "destructive") are last, and the short and simple ones first... maybe we should do a sort on an attribute the implies how many bytes are read or requires http access or something.. by
2006-07-09 12:33:53 -0800
e98be0c
fix construction of the backtrace printer.. by
2006-07-09 12:32:46 -0800
e521c87
drop debugging, and don't print out the backtrace on failure.. by
2006-07-09 12:32:24 -0800
d7df045
add function to register files that should be ignore... make this the first function called in the chain, this mean no more anoying 'no mime-type for: media/.DS_Store' messages... should we just ignore dot files? by
2006-07-09 12:32:00 -0800
8dfacf4
drop debugging.. by
2006-07-09 12:30:17 -0800
cffd2f4
add new attribute updateID which is the system update id.. currently maps to object 0's id, but we need to fix that... by
2006-07-09 12:29:42 -0800
43cc28b
add idea.. by
2006-07-09 11:46:03 -0800
04122f0
I believe I had improved the error handling now.. we now trigger the waiting clients when an error occures to be passed back up... we also clear the fetchingurls flag so that if an error occures, then next query will try again... by
2006-07-09 11:44:34 -0800
296b666
drop debugging of needupdate flag.. by
2006-07-09 11:41:57 -0800
328eb87
document new mpegtsmod by
2006-07-09 01:54:27 -0800
be108d0
add the mpegtsmod module which looks inside and sees what streams are available.. the PID demuxer currently isn't fast enough (it's written in python), but once fixed should be interesting... by
2006-07-09 01:52:30 -0800