544 Commits

Author SHA1 Message Date
Justin Maggard
6b3729a147 * Support MP3 coverart extraction from certain podcasts that use an improper MIME type. (Thanks SF user jombatz) 2011-11-02 07:17:31 +00:00
Justin Maggard
713fd03ddc * Fix crash on interface list walk with IP-less interfaces. (Thanks Jan Kiszka) 2011-11-02 07:07:39 +00:00
Justin Maggard
2e502913ee * Add gitignore. 2011-11-02 06:59:48 +00:00
Justin Maggard
a9d2e6dd44 * Make metadata-based virtual containers case insensitive. 2011-11-02 01:48:59 +00:00
Justin Maggard
9a325e04b0 * Fix up inotify autoconf support. 2011-09-21 21:55:56 +00:00
Justin Maggard
773e1f6566 * Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).
* Switch to autoconf from genconfig.sh.
2011-09-16 23:39:58 +00:00
Justin Maggard
715af3519b * Fixup last checkin. 2011-09-04 04:07:36 +00:00
Justin Maggard
cb5ab0b1c6 * Add a verbose logging parameter and playlist skipping, based on SF bug #3395238. 2011-09-03 01:54:39 +00:00
Justin Maggard
4857493e4f * Simplify daemonize ifdefs. 2011-09-03 01:32:56 +00:00
Justin Maggard
ef37d2e993 * Add an install-conf target, so make install doesn't overwrite your config file. 2011-09-03 01:27:40 +00:00
Justin Maggard
566e3263a8 * Cache the last directory hit when filling playlists, to avoid unnecessary database queries with some libraries. 2011-09-01 01:18:28 +00:00
Justin Maggard
63869c9e17 * Fix an invalid read if the last RIFF tag is an integer value. 2011-09-01 01:16:22 +00:00
Justin Maggard
1e23a1e8e9 * Send a custom root description to enable the subtitle menu on some Samsung TV's. 2011-08-31 18:21:30 +00:00
Justin Maggard
757eacc236 * Finalize version 1.0.22. 2011-08-25 01:27:56 +00:00
Justin Maggard
0d5e89a970 * Fix bug from the last checkin. 2011-08-25 00:37:10 +00:00
Justin Maggard
1fc5f599f1 * Fix a crash when scanning images without read access. (SF bug #3395670) 2011-08-22 18:24:19 +00:00
Justin Maggard
546175743a * Add WAV MIME workaround for Marantz Receivers and Roku SoundBridge.
* Fix bitrate displayed on Microsoft PFS devices.
2011-08-18 23:24:17 +00:00
Justin Maggard
c599ed3a9f * Fix a crash bug with certain invalid Browse or Search requests. 2011-08-18 18:52:58 +00:00
Justin Maggard
f7202b9564 * Fix detection of Samsung Series D models. 2011-08-18 18:34:59 +00:00
Justin Maggard
2a164e31d4 * Allow larger fields in UPnP requests, to work better with long Logitech Revue Search requests. 2011-08-16 22:20:51 +00:00
Justin Maggard
eb0278a905 * Only send Samsung bookmark info if it's a Samsung device. UPnP-Inspector can't handle it, so perhaps other devices will fail with it as well. 2011-08-15 23:39:53 +00:00
Justin Maggard
052aa2613a * Fix memory leak in client detection code for a couple devices. 2011-08-10 00:40:26 +00:00
Justin Maggard
5ce95a37c6 * Support searching by dc:date. 2011-08-08 16:55:35 +00:00
Justin Maggard
d5b77cbd46 * Add bookmark support for Samsung TVs. 2011-08-05 20:36:54 +00:00
Justin Maggard
cdc93f680f * Add thumbnail support on folders, since at least XBMC supports it. 2011-08-05 00:31:20 +00:00
Justin Maggard
2eedc4bb4a * Add Polish translations. (Thanks to Tomasz Matuszewski) 2011-08-03 22:49:08 +00:00
Justin Maggard
e95ab8beef * Fix inotify handling of playlist modifications. (SF bug #3288710) 2011-07-29 22:41:26 +00:00
Justin Maggard
262c2b2aec * Add missing header. 2011-07-23 18:38:46 +00:00
Justin Maggard
0b3295b701 * Use MiniSSDPd if it is available. (Thanks Thomas Bernard) 2011-07-22 23:03:38 +00:00
Justin Maggard
a818f5db33 * Finalize version 1.0.21. 2011-07-18 21:47:39 +00:00
Justin Maggard
a875a67996 * Fix confusing error messages due to corrupted string after make_dir() failure. (Thanks Wolfram Gloger) 2011-07-18 18:13:25 +00:00
Justin Maggard
4d6b956bda * Fix crash due to uninitialized AVFormatContext pointer. (Thanks Wolfram Gloger) 2011-07-18 18:03:45 +00:00
Justin Maggard
e3506a60f1 * Don't use private field from ffmpeg to get raw TS packet size, since it does not work in all ffmpeg versions. (Thanks Wolfram Gloger) 2011-07-18 18:00:29 +00:00
Justin Maggard
88b253968f * Fix compiling issues with some ffmpeg/libav versions. 2011-07-13 18:47:57 +00:00
Justin Maggard
eff8bf22db * Fix FF/REW of AVI files on Samsung Series B TV's. 2011-07-11 20:01:42 +00:00
Justin Maggard
e7438c1e77 * Check existence of dlna_pn before reading it on Freebox.. 2011-07-07 17:50:50 +00:00
Justin Maggard
6c1e49bff6 * Add LSB tags. 2011-07-07 06:45:36 +00:00
Justin Maggard
741d4f7e99 * Fix up some minor quibbles from cppcheck. 2011-07-01 18:18:33 +00:00
Justin Maggard
018a0651c0 * Add a couple definitions that are now missing on libav-0.7. 2011-07-01 18:17:27 +00:00
Justin Maggard
750e3fb70b * Fix a bug where paging up to the top of a TiVo music list would yield a mostly empty page. 2011-06-29 08:31:14 +00:00
Justin Maggard
5195daf0ca * Add a possible MIME type workaround for MPEG-TS files on Freebox. 2011-06-28 02:47:46 +00:00
Justin Maggard
996f85e025 * Bump verion to 1.0.20.2. 2011-06-27 23:33:10 +00:00
Justin Maggard
1d7a890d09 * Do a case-insensitive search for "itrk" WAV metadata. 2011-06-27 23:27:09 +00:00
Justin Maggard
ba3af759e1 * Support a couple new DLNA profiles that Windows likes to use. 2011-06-27 23:10:16 +00:00
Justin Maggard
14cc1d6b07 * Fix a crash bug introduced in the last commit. (Thanks sdhank) 2011-06-26 20:04:05 +00:00
Justin Maggard
108fda1e84 * Add the ability to change the root media container. (Thanks to Ivan Mironov) 2011-06-25 00:39:45 +00:00
Justin Maggard
f6e3e0e8c1 * Only ignore bad source port SSDP requests if the strict DLNA flag is set. 2011-06-23 18:12:39 +00:00
Justin Maggard
ab2533ea97 * Add PnP-X info for a couple more models. 2011-06-23 17:45:45 +00:00
Justin Maggard
9347abcba0 * Handle a couple additional RIFF tags. 2011-06-22 00:20:19 +00:00
Justin Maggard
bf173e27b4 * Change license text to reference the current FSF mailing address. 2011-06-21 02:08:21 +00:00