Anders Betnér
c6bcd7d1f3
Make sure "Home" is selected even when accessing the
...
server as http://firefly-server/ (as opposed to
http://firefly-server/index.html )
2006-06-15 05:40:35 +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
Anders Betnér
74f95473cb
Changed web UI to a spiffier Firefly one.
...
This closes ticket #135 #52 and 3) of ticket #143
Temporary removed experimental section (playlist.html and
the daap java player)
2006-06-14 20:27:16 +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
Anders Betnér
8b80141ab7
Removed browse button/links fixes ticket #152
2006-06-13 20:09:11 +00:00
Ron Pedde
84377f1bf6
configure fix for building osx packages with static libs
2006-06-13 08:13:32 +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
Anders Betnér
a24500e464
Fixed 1) and 2) of ticket #143
2006-06-11 21:52:37 +00:00
Ron Pedde
ab90b4b750
typo, redux
2006-06-09 05:31:06 +00:00
Ron Pedde
3d86bb6855
typo
2006-06-09 05:30:28 +00:00
Ron Pedde
620759240a
More minor logoing fixes
2006-06-09 05:12:11 +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
30ddac3253
Fix the "file in use problem on install"
2006-06-08 09:37:04 +00:00
Anders Betnér
4004a0f7df
Make prototype.js first test for XMLHttprequest object
...
and then the IE active-x thingies. This forces IE 7 to use
the native XMLHttprequest object. (and debugging on gecko
browsers easier)
2006-06-07 06:54:24 +00:00
Ron Pedde
18f72b5135
Fix cwd problem causing logfile page not to load.
2006-06-07 05:43:59 +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
1fc3d376fc
Make title not include version number, fix error overwriting message on firefly.exe, add .wma to extensions, add manifest for xp style controls.
2006-06-06 05:22:25 +00:00
Ron Pedde
b925279bb2
Set cwd to appdir, so relative logfiles work.
2006-06-06 04:04:57 +00:00
Ron Pedde
9e648abd61
Remove pushbuttom web page functions
2006-06-06 04:04:22 +00:00
Ron Pedde
e1d07af882
Add manifest for winxp style controls, remove link options from stdafx for old broken version of vs.
2006-06-06 04:03:50 +00:00
Ron Pedde
6428e2f531
Add hyperlinks to the about page
2006-06-06 03:36:17 +00:00
Ron Pedde
ee68d3905a
add ssc-wma to the nsi package, as well as msvcr71.dll and msvcp71.dll, closing ticket #132
2006-06-05 07:43:10 +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
Anders Betnér
a9d912e863
Fixed #133 only send config options that has changed when saving from
...
web config.
Temporarily removed the fixpng.js (IE transparent png fix script)
2006-06-04 22:29:12 +00:00
Anders Betnér
54388b4ab8
Always look for debug alerts() before comitting.
2006-06-04 20:50:35 +00:00
Anders Betnér
40ebd3e7c8
Fixed ticket #131 and fixed values sometimes not URI escaped
...
plus found a regexp without the global "g" flag
2006-06-04 20:38:46 +00:00
Anders Betnér
8589376291
Fixed ticket #118
2006-06-04 20:16:53 +00:00
Anders Betnér
4a8c32bbd7
Minor refactoring to make use of some prototype.js niftyties
2006-06-04 19:43:20 +00:00
Anders Betnér
ccc6fdd1b6
Whole sections in config.xml can be marked as advanced, they won't
...
be displayed at all in the basic config UI. (previously the title
and the box was visible)
Added all but UI part of #118
2006-06-04 19:28:12 +00:00
Anders Betnér
2ba789d0a1
Refactor config.js let ConfigXML use mt-daapd.conf section:element_id
...
as the html element id. This fixes ticket #125 and makes the config.xml
parser a bit less complicated.
Config.xml no got rid of config_section and uses an id like this:
"general:servername" etc
One day I will actually think before I start coding. Always pick the
easy and well thought out solution over the quick and dirty.
2006-06-04 18:03:10 +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