Commit Graph

1113 Commits

Author SHA1 Message Date
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
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
3809e79ec3 Forgot to distribute no_access.html with windows package 2006-06-01 07:31:04 +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
4fb0b0035d new defaults on config file for win32 2006-06-01 05:44:08 +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
Anders Betnér
a02298ca0d /config.html?debug will save all options one by one
and report errors to the console (Firefox with Firebug or Safari
other browsers might explode)
/config.html?debug=validate will validate all options
one by one and report errors to the very same console
2006-05-31 20:10:21 +00:00
Anders Betnér
03ec76d36c Added yet another oscure daap config option to the web admin 2006-05-31 19:57:14 +00:00
Anders Betnér
3b8bc27e85 Added a page that is to be shown when someone tries to access
Firefly from a non local host when there is no password set
for the web admin.
The page is not styled since the whole web admin will be
"Fireflied" soonish.
2006-05-31 19:52:04 +00:00
Mike Crowe
b982dd506c Ignore the .nsi file generated from the .nsi.templ file. 2006-05-31 14:37:14 +00:00
Mike Crowe
58eb3d914b Don't bother with any of the timeout business if the state has
actually changed. Stops release builds incorrectly displaying
errors claiming that the service has failed to start/stop.
2006-05-31 13:06:12 +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
Ron Pedde
9e5cb8879d turn down debugging info in xml-rpc.c 2006-05-31 05:43:10 +00:00
Ron Pedde
59287ca77d Get rid of the FireflyConfig stuff 2006-05-31 05:14:14 +00:00
Ron Pedde
ec00f049f1 Make blank admin password disable the admin interface for all but localhost 2006-05-31 04:24:48 +00:00
Ron Pedde
b567d86d46 escape commas in multivalued string, closing ticket #128 2006-05-31 04:15:06 +00:00
Ron Pedde
f15d1d7d96 Check all parameters before writing them to the config file, send meaningful information to web client on bad update 2006-05-31 02:33:23 +00:00
Ron Pedde
5486e8c76a Logging fixups -- allow multiple log destinations, always syslog fatals (even before config read), honor logging changes via web interface 2006-05-30 23:46:43 +00:00
Mike Crowe
f5c7712b96 Add 48x48 and 64x64 icons.
Add 256 colour icons at 16x16 and 32x32 too.
2006-05-30 21:01:24 +00:00
Mike Crowe
dcd5980fa6 Respond to WM_CLOSE in the hidden window so that the installer can
kill us off nice and easily.
2006-05-30 20:19:12 +00:00
Mike Crowe
7cfbedc04c Fix a rather heinous memory bug. Don't delete things on the stack! 2006-05-30 20:13:53 +00:00
Mike Crowe
1fe21b7686 Use the firely logo on the about page. 2006-05-30 19:47:01 +00:00
Ron Pedde
86cc769b2d Fix crash on connect with no plugins 2006-05-30 19:31:55 +00:00
Ron Pedde
a159058bf7 Make int/string descriptors interchangeable on wma tags 2006-05-30 19:28:25 +00:00
Mike Crowe
a9349d5d8b Use the new branding for the icons.
Set the dialog box icon appropriately too.
2006-05-30 17:30:58 +00:00
Mike Crowe
94b4883cd2 Make the configuration dialog appear near the mouse pointer if
launched from the shell notification icon as requested by Roku's
Anthony Wood.
2006-05-30 16:47:12 +00:00
Mike Crowe
aea1b16ddd Reformat dialog boxes a bit so that things fit better. 2006-05-30 13:41:16 +00:00