Commit Graph

  • b36c4a12d6 Disable wma voice pending further debugging. Ron Pedde 2006-06-06 05:22:54 +0000
  • 1fc3d376fc Make title not include version number, fix error overwriting message on firefly.exe, add .wma to extensions, add manifest for xp style controls. Ron Pedde 2006-06-06 05:22:25 +0000
  • b925279bb2 Set cwd to appdir, so relative logfiles work. Ron Pedde 2006-06-06 04:04:57 +0000
  • 9e648abd61 Remove pushbuttom web page functions Ron Pedde 2006-06-06 04:04:22 +0000
  • e1d07af882 Add manifest for winxp style controls, remove link options from stdafx for old broken version of vs. Ron Pedde 2006-06-06 04:03:50 +0000
  • 6428e2f531 Add hyperlinks to the about page Ron Pedde 2006-06-06 03:36:17 +0000
  • ee68d3905a add ssc-wma to the nsi package, as well as msvcr71.dll and msvcp71.dll, closing ticket #132 Ron Pedde 2006-06-05 07:43:10 +0000
  • 8f8a5a5cb7 Add plugin for wma transcoding based on windows media format 9.5 SDK. Ron Pedde 2006-06-05 04:18:33 +0000
  • 15ae458b87 new codectype for wma voice Ron Pedde 2006-06-05 03:37:33 +0000
  • 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) Anders Betnér 2006-06-04 22:29:12 +0000
  • 54388b4ab8 Always look for debug alerts() before comitting. Anders Betnér 2006-06-04 20:50:35 +0000
  • 40ebd3e7c8 Fixed ticket #131 and fixed values sometimes not URI escaped plus found a regexp without the global "g" flag Anders Betnér 2006-06-04 20:38:46 +0000
  • 8589376291 Fixed ticket #118 Anders Betnér 2006-06-04 20:16:53 +0000
  • 4a8c32bbd7 Minor refactoring to make use of some prototype.js niftyties Anders Betnér 2006-06-04 19:43:20 +0000
  • 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 Anders Betnér 2006-06-04 19:28:12 +0000
  • 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. Anders Betnér 2006-06-04 18:03:10 +0000
  • 0554045c32 add framework for testing transcoder dlls Ron Pedde 2006-06-04 09:31:32 +0000
  • 2ca9a89ccf add wmal and wmap codectypes for wma lossless and wma pro Ron Pedde 2006-06-04 08:13:50 +0000
  • 2072b9eaf2 Calculate bitrate without header Ron Pedde 2006-06-04 04:51:52 +0000
  • d2bb534ddd Better estimate of bitrate on mp3 files Ron Pedde 2006-06-04 04:45:47 +0000
  • 998fdcc9d0 Lower debug load by only event plugining level E_LOG or lower Ron Pedde 2006-06-04 03:36:27 +0000
  • 23e5a964d5 Fix sample rate and bitrate for rsp and daap, fixing #134 Ron Pedde 2006-06-03 09:17:17 +0000
  • 5a9ecc0191 tune logging Ron Pedde 2006-06-03 07:47:40 +0000
  • bb9c3fe75b implement password handling for rsp Ron Pedde 2006-06-03 06:10:16 +0000
  • 93ef128cfb Add browse type detailed for rsp Ron Pedde 2006-06-03 06:02:03 +0000
  • 3809e79ec3 Forgot to distribute no_access.html with windows package Ron Pedde 2006-06-01 07:31:04 +0000
  • bdc4fdc425 compile first, then commit. even on one-liners. stupid stupid stupid. Ron Pedde 2006-06-01 06:27:16 +0000
  • 95dd1048be Don't send scan stopped events if the scan was aborted by service shutdown Ron Pedde 2006-06-01 06:20:55 +0000
  • 6fd6a1c9bb Make the no_access page work for blank admin_pw Ron Pedde 2006-06-01 06:17:26 +0000
  • 4fb0b0035d new defaults on config file for win32 Ron Pedde 2006-06-01 05:44:08 +0000
  • b3682a2d11 implement configfile for the no_access page Ron Pedde 2006-06-01 05:04:13 +0000
  • 704822faa0 fix debuglevel not being honored in config Ron Pedde 2006-06-01 04:21:31 +0000
  • b5e2f92f19 fix crash on web interface when saving config Ron Pedde 2006-06-01 04:19:26 +0000
  • 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 Anders Betnér 2006-05-31 20:10:21 +0000
  • 03ec76d36c Added yet another oscure daap config option to the web admin Anders Betnér 2006-05-31 19:57:14 +0000
  • 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. Anders Betnér 2006-05-31 19:52:04 +0000
  • b982dd506c Ignore the .nsi file generated from the .nsi.templ file. Mike Crowe 2006-05-31 14:37:14 +0000
  • 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. Mike Crowe 2006-05-31 13:06:12 +0000
  • c0e5416071 Fix problem with remotely accessing config page Ron Pedde 2006-05-31 09:50:27 +0000
  • 7b19b6f533 Fix event dispatching across platforms, clean up icon on win32, update installer template. Ron Pedde 2006-05-31 08:34:52 +0000
  • f0434c8c8f win32 cleanups Ron Pedde 2006-05-31 08:33:23 +0000
  • 8a6b2ee00a Fix the opportunistic encoding thing -- only transcode to platforms that need it Ron Pedde 2006-05-31 06:07:42 +0000
  • 9e5cb8879d turn down debugging info in xml-rpc.c Ron Pedde 2006-05-31 05:43:10 +0000
  • 59287ca77d Get rid of the FireflyConfig stuff Ron Pedde 2006-05-31 05:14:14 +0000
  • ec00f049f1 Make blank admin password disable the admin interface for all but localhost Ron Pedde 2006-05-31 04:24:48 +0000
  • b567d86d46 escape commas in multivalued string, closing ticket #128 Ron Pedde 2006-05-31 04:15:06 +0000
  • f15d1d7d96 Check all parameters before writing them to the config file, send meaningful information to web client on bad update Ron Pedde 2006-05-31 02:33:23 +0000
  • 5486e8c76a Logging fixups -- allow multiple log destinations, always syslog fatals (even before config read), honor logging changes via web interface Ron Pedde 2006-05-30 23:46:43 +0000
  • f5c7712b96 Add 48x48 and 64x64 icons. Mike Crowe 2006-05-30 21:01:24 +0000
  • dcd5980fa6 Respond to WM_CLOSE in the hidden window so that the installer can kill us off nice and easily. Mike Crowe 2006-05-30 20:19:12 +0000
  • 7cfbedc04c Fix a rather heinous memory bug. Don't delete things on the stack! Mike Crowe 2006-05-30 20:13:53 +0000
  • 1fe21b7686 Use the firely logo on the about page. Mike Crowe 2006-05-30 19:47:01 +0000
  • 86cc769b2d Fix crash on connect with no plugins Ron Pedde 2006-05-30 19:31:55 +0000
  • a159058bf7 Make int/string descriptors interchangeable on wma tags Ron Pedde 2006-05-30 19:28:25 +0000
  • a9349d5d8b Use the new branding for the icons. Mike Crowe 2006-05-30 17:30:58 +0000
  • 94b4883cd2 Make the configuration dialog appear near the mouse pointer if launched from the shell notification icon as requested by Roku's Anthony Wood. Mike Crowe 2006-05-30 16:47:12 +0000
  • aea1b16ddd Reformat dialog boxes a bit so that things fit better. Mike Crowe 2006-05-30 13:41:16 +0000
  • 4db723e0d1 Refer to the right license file. Mike Crowe 2006-05-30 13:39:59 +0000
  • 721b7d4e27 Put up hourglasses while making people wait. Mike Crowe 2006-05-30 13:15:27 +0000
  • 50f24f23b4 Make FireflyShell version number format match the server and plugins. Mike Crowe 2006-05-30 13:14:43 +0000
  • 94ebfc8498 Actually put the version information in the executable. Mike Crowe 2006-05-30 12:54:29 +0000
  • 5ca7890013 Implement the logging tab by reading the log file straight from disk. Mike Crowe 2006-05-30 11:29:59 +0000
  • 975dbb6f22 More warning fixage. Mike Crowe 2006-05-30 11:28:02 +0000
  • be4000631c Lose a couple of build warnings. Mike Crowe 2006-05-30 11:26:02 +0000
  • e6006a207d It looks like we'll have to use _CRT_SECURE_NO_DEPRECATE to lose warnings otherwise we can't use fopen and friends without getting scary warnings on VS2005! Mike Crowe 2006-05-30 11:24:22 +0000
  • 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. Anders Betnér 2006-05-30 07:02:16 +0000
  • 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 Anders Betnér 2006-05-29 20:00:58 +0000
  • 7f84afb786 get rid of mtd-plugins.h in favor of combined plugin header file ff-plugins.h Ron Pedde 2006-05-29 11:58:23 +0000
  • 44014ecf1f Added missing options to config Anders Betnér 2006-05-29 11:52:49 +0000
  • ef8ebaf93d get rid of uninitialized value, closing ticket #120 Ron Pedde 2006-05-29 11:52:28 +0000
  • 770a583dcf Make conf writer write multivalued properties as comma separated Ron Pedde 2006-05-29 11:29:51 +0000
  • 920cb31052 force section and key names to not have spaces. Fixes problems in the configurator Ron Pedde 2006-05-29 11:25:09 +0000
  • 69bb8dba82 Add resources for all plugins, make Mike's configurator the default configurator for the package build. Ron Pedde 2006-05-29 11:07:19 +0000
  • 7f08580a24 Merge from dev-FireflyShell branch Ron Pedde 2006-05-29 09:14:04 +0000
  • 0a14704fd9 Maybe fix for frontrow problems? Ron Pedde 2006-05-29 07:57:45 +0000
  • bc0f4889ad back out changes to xml-rpc.c Ron Pedde 2006-05-29 07:37:31 +0000
  • b9e14d22ed Fix format string problems in rsp.c Ron Pedde 2006-05-29 07:37:00 +0000
  • 54be2c1c41 minor syntax fixes Ron Pedde 2006-05-28 20:11:15 +0000
  • 31b8f6fc69 make .png logo transparent. probably useless, as the logo is going to be replaced, but there you go. Ron Pedde 2006-05-28 08:46:23 +0000
  • 1dfb7d0bc0 add ogg metainfo parsing, and ogg playback. fix problems with not recognizing when to transcode on rsp Ron Pedde 2006-05-28 08:45:44 +0000
  • e7d04dbd6b Add support for flac metatag reading and playback on win32. Ron Pedde 2006-05-28 06:36:28 +0000
  • 89b6af89b3 Fixes to build, install, and run ffmpeg ssc on win32 Ron Pedde 2006-05-28 06:11:37 +0000
  • 0f64686356 add ffmpeg-based transcoding Ron Pedde 2006-05-28 04:06:14 +0000
  • da8f1a6f8f Forgot this file in last comitt Anders Betnér 2006-05-27 21:11:14 +0000
  • 91df6a5abf Move common javascript functions to util.js closes #69 Javascript fixes for Safari Anders Betnér 2006-05-27 21:04:19 +0000
  • 5d29ec0dbd Prevent "Remove" from removing the last html input for options with multiple values. Anders Betnér 2006-05-27 17:30:11 +0000
  • 0285f0bdc0 shorten name mangling on rsp Ron Pedde 2006-05-27 10:37:46 +0000
  • b03942bfba Add the ffmpeg transcoding plugin Ron Pedde 2006-05-27 10:33:08 +0000
  • 27f4765408 fix for new plugin format Ron Pedde 2006-05-27 08:50:09 +0000
  • b3fbb9bbd5 abstract the plugin interface to the db to prepare for db plugins and making daap a plugin Ron Pedde 2006-05-27 08:02:39 +0000
  • 9e547e6c16 Fix add item for multivalued options, this broke in r1105 Anders Betnér 2006-05-26 22:55:42 +0000
  • 04aa87007a Wohohoooo, you can add songs to static playlists, thanks to a patch from jordan@snocap! Anders Betnér 2006-05-26 22:20:11 +0000
  • 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 Anders Betnér 2006-05-26 21:56:04 +0000
  • 0f27d923a5 Fixed a bug where button Cancel could look infinately (or a lot) Anders Betnér 2006-05-26 20:22:21 +0000
  • 6ea05929ee Linted and found some stuff to clean up Anders Betnér 2006-05-24 22:02:44 +0000
  • d30bafbd50 Added a tiny animation when removing/adding multiple elements. Anders Betnér 2006-05-24 21:47:32 +0000
  • 5d222cfc91 Made the Cancel work Anders Betnér 2006-05-24 21:15:13 +0000
  • 62811717f7 Prevent javascript from choking on empty options in mt-daapd.conf Anders Betnér 2006-05-24 07:53:51 +0000
  • b3d2ffc703 Added missing spinner.gif Anders Betnér 2006-05-24 06:52:15 +0000
  • 9705113b40 add a ffid txt record so rsp and iTunes entries can be correlated Ron Pedde 2006-05-24 05:14:58 +0000