2425 Commits

Author SHA1 Message Date
Ron Pedde
61d4ddff26 Make empty password not show a lock in iTunes, closing #155 2006-06-19 04:29:27 +00:00
Ron Pedde
5f3a12c351 Import streaming stations form iTunes XML file, closing ticket #130, add scan/correct_order to make static playlists return in correct order closing ticket #159 2006-06-19 04:25:08 +00:00
Ron Pedde
ebbbc0acda Add shutdown method, closing ticket #121 2006-06-18 06:16:51 +00:00
Ron Pedde
28a0125a32 serve wma natively to soundbridge over daap 2006-06-17 05:36:03 +00:00
Ron Pedde
fcae68c3a5 Fix crash on unknown config options 2006-06-16 06:57:19 +00:00
Ron Pedde
cf9281f1e4 Fix bad forward declaration 2006-06-16 05:53:43 +00:00
Ron Pedde
ce85c85aa0 win32 header fixes; cleanups. 2006-06-16 05:50:21 +00:00
Ron Pedde
1dc1257f2c add rescan/full rescan methods to xml-rpc for ticket #121 2006-06-15 07:10:05 +00:00
Ron Pedde
603ce10fae Attempt to fix #147 - long song lists hang soundbridge... need grommet to test 2006-06-15 04:26:01 +00:00
Ron Pedde
a533430540 Another attempt at #153 2006-06-15 04:16:22 +00:00
Ron Pedde
eb403982b8 Fix MAX_PATH/PATH_MAX issue, closing #153 2006-06-15 00:28:58 +00:00
Ron Pedde
97328767d8 Don't do startup scan (unless requested) when scan_interval is set to 0 2006-06-14 04:33:27 +00:00
Ron Pedde
52809bb712 add testing for stdint for uintXX_t 2006-06-14 04:19:17 +00:00
Ron Pedde
042a249c07 scanner framework update to include corefoundation 2006-06-13 08:13:08 +00:00
Ron Pedde
0b9505e63b Win32 cleanups for aiff support. 2006-06-13 05:49:22 +00:00
Ron Pedde
1948eef43d Purge unindexed music files after the song scan, fixing ticket #146. This needs much testing. 2006-06-13 05:48:30 +00:00
Ron Pedde
bff6193572 Support for log truncation. 2006-06-13 05:45:58 +00:00
Ron Pedde
57debc0493 add support for POPM in mp3 files, closing ticket #149 2006-06-13 05:30:54 +00:00
Ron Pedde
166d351ad1 fix wm/shareduserrating 2006-06-13 02:57:45 +00:00
Ron Pedde
a1e2bc3799 add -a switch for mac .app bundle 2006-06-13 02:27:21 +00:00
Ron Pedde
d4b78197b2 Fix typo on art_filename (possibly fixing cover art?) closing #140 and #94 2006-06-12 06:53:56 +00:00
Ron Pedde
d05c9ad5c2 Don't transcode alac to iTunes clients 2006-06-12 06:11:34 +00:00
Ron Pedde
fc0cea1d49 first pass at aif support. Doesn't honor the ID3 block, but should get merged by the iTunes XML file. Closes #141 2006-06-12 05:41:36 +00:00
Ron Pedde
ee5955cb30 logoing changes 2006-06-09 05:06:35 +00:00
Ron Pedde
a1c2a47f2b Make event logs register correctly, turn down the select error on windows rendezvous, and fix crash on short mp3 files. 2006-06-08 10:10:23 +00:00
Ron Pedde
c6075137bf Add wmav back in, make wma transocing for non-standard bitrates and samplerates. 2006-06-07 05:43:15 +00:00
Ron Pedde
606858a02f stop crash on unknown song_length 2006-06-07 04:38:54 +00:00
Ron Pedde
53125647d6 segv when error not set, thanks to kit from forums 2006-06-07 03:24:39 +00:00
Ron Pedde
b36c4a12d6 Disable wma voice pending further debugging. 2006-06-06 05:22:54 +00:00
Ron Pedde
8f8a5a5cb7 Add plugin for wma transcoding based on windows media format 9.5 SDK. 2006-06-05 04:18:33 +00:00
Ron Pedde
15ae458b87 new codectype for wma voice 2006-06-05 03:37:33 +00:00
Ron Pedde
0554045c32 add framework for testing transcoder dlls 2006-06-04 09:31:32 +00:00
Ron Pedde
2ca9a89ccf add wmal and wmap codectypes for wma lossless and wma pro 2006-06-04 08:13:50 +00:00
Ron Pedde
2072b9eaf2 Calculate bitrate without header 2006-06-04 04:51:52 +00:00
Ron Pedde
d2bb534ddd Better estimate of bitrate on mp3 files 2006-06-04 04:45:47 +00:00
Ron Pedde
998fdcc9d0 Lower debug load by only event plugining level E_LOG or lower 2006-06-04 03:36:27 +00:00
Ron Pedde
23e5a964d5 Fix sample rate and bitrate for rsp and daap, fixing #134 2006-06-03 09:17:17 +00:00
Ron Pedde
5a9ecc0191 tune logging 2006-06-03 07:47:40 +00:00
Ron Pedde
bb9c3fe75b implement password handling for rsp 2006-06-03 06:10:16 +00:00
Ron Pedde
93ef128cfb Add browse type detailed for rsp 2006-06-03 06:02:03 +00:00
Ron Pedde
bdc4fdc425 compile first, then commit. even on one-liners. stupid stupid stupid. 2006-06-01 06:27:16 +00:00
Ron Pedde
95dd1048be Don't send scan stopped events if the scan was aborted by service shutdown 2006-06-01 06:20:55 +00:00
Ron Pedde
6fd6a1c9bb Make the no_access page work for blank admin_pw 2006-06-01 06:17:26 +00:00
Ron Pedde
b3682a2d11 implement configfile for the no_access page 2006-06-01 05:04:13 +00:00
Ron Pedde
704822faa0 fix debuglevel not being honored in config 2006-06-01 04:21:31 +00:00
Ron Pedde
b5e2f92f19 fix crash on web interface when saving config 2006-06-01 04:19:26 +00:00
Ron Pedde
c0e5416071 Fix problem with remotely accessing config page 2006-05-31 09:50:27 +00:00
Ron Pedde
7b19b6f533 Fix event dispatching across platforms, clean up icon on win32, update installer template. 2006-05-31 08:34:52 +00:00
Ron Pedde
f0434c8c8f win32 cleanups 2006-05-31 08:33:23 +00:00
Ron Pedde
8a6b2ee00a Fix the opportunistic encoding thing -- only transcode to platforms that need it 2006-05-31 06:07:42 +00:00