Commit Graph

1055 Commits

Author SHA1 Message Date
Anders Betnér d9c1742744 Put the daap options in the right mt-daapd.conf section.
Changed the config.html Save debugger to only print
options that return errors.
2006-05-30 07:02:16 +00:00
Anders Betnér 62c3ac542a Added debugging to config.html
If you open the page /config.html?debug
There will be debug messages to the javascript console when
you press the Save button
In Safari activate the javascript console like this http://getahead.ltd.uk/ajax/debug-safari
In Firefox install the extension Firebug and activate the console there
2006-05-29 20:00:58 +00:00
Ron Pedde 7f84afb786 get rid of mtd-plugins.h in favor of combined plugin header file ff-plugins.h 2006-05-29 11:58:23 +00:00
Anders Betnér 44014ecf1f Added missing options to config 2006-05-29 11:52:49 +00:00
Ron Pedde ef8ebaf93d get rid of uninitialized value, closing ticket #120 2006-05-29 11:52:28 +00:00
Ron Pedde 770a583dcf Make conf writer write multivalued properties as comma separated 2006-05-29 11:29:51 +00:00
Ron Pedde 920cb31052 force section and key names to not have spaces. Fixes problems in the configurator 2006-05-29 11:25:09 +00:00
Ron Pedde 69bb8dba82 Add resources for all plugins, make Mike's configurator the default configurator for the package build. 2006-05-29 11:07:19 +00:00
Ron Pedde 7f08580a24 Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
Ron Pedde 0a14704fd9 Maybe fix for frontrow problems? 2006-05-29 07:57:45 +00:00
Ron Pedde bc0f4889ad back out changes to xml-rpc.c 2006-05-29 07:37:31 +00:00
Ron Pedde b9e14d22ed Fix format string problems in rsp.c 2006-05-29 07:37:00 +00:00
Ron Pedde 54be2c1c41 minor syntax fixes 2006-05-28 20:11:15 +00:00
Ron Pedde 31b8f6fc69 make .png logo transparent. probably useless, as the logo is going to be replaced, but there you go. 2006-05-28 08:46:23 +00:00
Ron Pedde 1dfb7d0bc0 add ogg metainfo parsing, and ogg playback. fix problems with not recognizing when to transcode on rsp 2006-05-28 08:45:44 +00:00
Ron Pedde e7d04dbd6b Add support for flac metatag reading and playback on win32. 2006-05-28 06:36:28 +00:00
Ron Pedde 89b6af89b3 Fixes to build, install, and run ffmpeg ssc on win32 2006-05-28 06:11:37 +00:00
Ron Pedde 0f64686356 add ffmpeg-based transcoding 2006-05-28 04:06:14 +00:00
Anders Betnér da8f1a6f8f Forgot this file in last comitt 2006-05-27 21:11:14 +00:00
Anders Betnér 91df6a5abf Move common javascript functions to util.js closes #69
Javascript fixes for Safari
2006-05-27 21:04:19 +00:00
Anders Betnér 5d29ec0dbd Prevent "Remove" from removing the last html input for options
with multiple values.
2006-05-27 17:30:11 +00:00
Ron Pedde 0285f0bdc0 shorten name mangling on rsp 2006-05-27 10:37:46 +00:00
Ron Pedde b03942bfba Add the ffmpeg transcoding plugin 2006-05-27 10:33:08 +00:00
Ron Pedde 27f4765408 fix for new plugin format 2006-05-27 08:50:09 +00:00
Ron Pedde b3fbb9bbd5 abstract the plugin interface to the db to prepare for db plugins and making daap a plugin 2006-05-27 08:02:39 +00:00
Anders Betnér 9e547e6c16 Fix add item for multivalued options, this broke in r1105 2006-05-26 22:55:42 +00:00
Anders Betnér 04aa87007a Wohohoooo, you can add songs to static playlists, thanks to
a patch from jordan@snocap!
2006-05-26 22:20:11 +00:00
Anders Betnér 310b2f6db8 Added support for basic and advanced config options. What goes into
advanced and what goes into basic is discussable. I just made a 
proposal in config.xml
2006-05-26 21:56:04 +00:00
Anders Betnér 0f27d923a5 Fixed a bug where button Cancel could look infinately (or a lot) 2006-05-26 20:22:21 +00:00
Anders Betnér 6ea05929ee Linted and found some stuff to clean up 2006-05-24 22:02:44 +00:00
Anders Betnér d30bafbd50 Added a tiny animation when removing/adding multiple elements. 2006-05-24 21:47:32 +00:00
Anders Betnér 5d222cfc91 Made the Cancel work 2006-05-24 21:15:13 +00:00
Anders Betnér 62811717f7 Prevent javascript from choking on empty options in mt-daapd.conf 2006-05-24 07:53:51 +00:00
Anders Betnér b3d2ffc703 Added missing spinner.gif 2006-05-24 06:52:15 +00:00
Ron Pedde 9705113b40 add a ffid txt record so rsp and iTunes entries can be correlated 2006-05-24 05:14:58 +00:00
Ron Pedde fb2e9382c5 ephemeral port fixups for win32 2006-05-24 05:04:44 +00:00
Ron Pedde fb1b1f8f1c Make wavstreamer compile under win32 2006-05-24 04:58:46 +00:00
Ron Pedde a9cb506963 Make windows slashed playlists work on unix (and vice versa) 2006-05-24 04:53:44 +00:00
Ron Pedde b0f3a6efb9 Fix double-free in wma parsing causing crash on scan 2006-05-24 04:25:21 +00:00
Ron Pedde 41aabeeab9 Make port optional config value, searching for unused port if necessary. Closes #110 2006-05-24 04:19:44 +00:00
Ron Pedde 88999e7d49 Make bad xml-rpc methods return xml error message rather than http error message, fixing #108 2006-05-24 03:56:06 +00:00
Ron Pedde 80f7c87567 Make default server name based on hostname, fixing #111 2006-05-24 03:53:22 +00:00
Anders Betnér 510fbde5b8 Config.html is actually usable 2006-05-22 22:26:19 +00:00
Anders Betnér dbf2359c89 Added alerts with results of a save.
Added attributes to config.xml
2006-05-22 20:46:29 +00:00
Anders Betnér f0ac0885a2 Let IE surfers in on the good stuff in config.html.
I made the code IE compliant by removing stuff,
can't say I see that every day.
2006-05-21 20:55:56 +00:00
Anders Betnér 1804fdf595 Whohoho!!! This is the first commit where you actually can
save the changes made on config.html.
The result of the save is displayed as an ugly alert with
the xml response, but it works!
2006-05-21 19:46:22 +00:00
Anders Betnér 5d611fe52a Fixed some small errors in config.js 2006-05-21 15:01:05 +00:00
Anders Betnér 3876b65e1c config.html: Button Cancel works for all elements but the ones that
have multiple values.
2006-05-20 23:25:46 +00:00
Anders Betnér 8c969a9367 Fix element id:s for dynamically added elements 2006-05-20 22:37:41 +00:00
Anders Betnér 5eba5fc5ac Big fat refactoring of config.js and config.xml 2006-05-20 21:51:14 +00:00