Commit Graph

  • 751afbf285 header fixes for fbsd, as reported by oliver in the forums Ron Pedde 2007-04-07 22:32:26 +0000
  • 00ded64dab Add a simple config migrator to move config items around at load. I've used it to move general/process_m3u to scanning/process_playlists, scanning/process_xml to scanning/process_itunes, and make scanning/process_m3u actually control just m3u file rather than all playlists. In addition, scan/correct_order has been moved to daap/correct_order. This closes long-standing bug #172. Ron Pedde 2007-04-06 05:05:50 +0000
  • e6d550dd49 rename lock_t to ff_lock_t to prevent solaris breakage Ron Pedde 2007-04-06 02:57:06 +0000
  • a4dea03121 Try to automatically locate plugins, show loaded plugins on web interface Ron Pedde 2007-04-04 20:34:29 +0000
  • c37e33f5c1 Delete standalone manifest on install if it exists Ron Pedde 2007-04-04 16:26:25 +0000
  • fe6c6c0597 Fix the IE won't save thing -- still need to take a closer look at that -- deprecated options shouldn't kill the web configurator, but this is good enough for now Ron Pedde 2007-04-04 03:59:00 +0000
  • 22a0922ba8 Update rc files with latest dialog wording. Ron Pedde 2007-04-01 22:49:49 +0000
  • 4be334a406 Include vc redistributables Ron Pedde 2007-04-01 22:47:12 +0000
  • 4f58ef2a23 Update nsis to allow manifests in setup programs, perhaps fixing compatibility warnings on vista. Ron Pedde 2007-03-29 03:11:15 +0000
  • 32f62a128d Redistribute msvcm80.dll and msvc manifest. Ron Pedde 2007-03-28 02:39:09 +0000
  • 0e29916b84 Oops! Typo! Ron Pedde 2007-03-27 22:45:12 +0000
  • 95598dd08e Add template mapping.ini Ron Pedde 2007-03-27 04:05:51 +0000
  • 8936a5816d Add vs 2005 vc runtimes, set permissions on mapping.ini. Ron Pedde 2007-03-22 15:38:02 +0000
  • ff9e783936 Add template manifest for installer Ron Pedde 2007-03-22 13:29:06 +0000
  • 5075b97667 add shield icon to dialog next to service toggle Ron Pedde 2007-03-19 22:15:07 +0000
  • bb7cc3fdf9 Embed manifest in FireflyShell to avoid compatibility dingus on vista, switch execute method in starting and stopping services from CreateProcess to ShellExecute to allow the annoying f-ing UAC permissings thing to pop up. Ron Pedde 2007-03-19 21:57:17 +0000
  • 4547e93785 Set shield on autostart checkbox Ron Pedde 2007-03-16 18:31:20 +0000
  • 8173070a59 Wrong comparison in setting service to run manually. Ron Pedde 2007-03-16 18:26:03 +0000
  • 0e17b153a3 Fix service startup handling Ron Pedde 2007-03-16 14:04:11 +0000
  • cf8b867165 Split startup options for service and applet. Toggle service state between "manual" and "auto" rather than "disabled" and "auto". Ron Pedde 2007-03-15 12:30:12 +0000
  • aa2a9c2c43 Add shield icon to start/stop server button. Ron Pedde 2007-03-13 03:43:30 +0000
  • 63b49ffd04 Update nsi to include svcctrl.exe, update service code in shell to execute the svchelper rather than relying on having admin rights. Ron Pedde 2007-03-12 22:45:53 +0000
  • 7ef720c407 Merge CCRDude's playlist wizard patch Ron Pedde 2007-03-08 17:10:42 +0000
  • 13a8597ca6 Update to VS2005, add svcctrl project Ron Pedde 2007-03-06 23:46:03 +0000
  • d8187985e8 Make shell applet popup messages for fatal errors Ron Pedde 2007-02-06 04:32:16 +0000
  • ec9ab04b40 xmbc fixes Ron Pedde 2007-01-29 06:45:21 +0000
  • 874821fbe1 Fix endianness of decodeflow Ron Pedde 2007-01-29 04:56:18 +0000
  • e9a2c26465 Add pipe wrenches favico as requested by blamm on the forums Ron Pedde 2007-01-29 03:43:53 +0000
  • 55014d0a71 Fix signal handling on linuxthreads/NSLU2 Ron Pedde 2007-01-28 05:36:06 +0000
  • c9e70fb47f Add signal handling for nslu2, make -k send SIGTERM, not SIGSTOP Ron Pedde 2007-01-20 14:20:59 +0000
  • fb66541657 Use pthread_sigmask over sigprocmask in an attempt to fix signals on linuxthreads machines Ron Pedde 2007-01-19 07:11:40 +0000
  • 0d72198594 Get wrong pid when daemonizing Ron Pedde 2007-01-19 06:20:12 +0000
  • 5383d1c1ca Fix double-free problems reported in forums Ron Pedde 2007-01-18 06:07:26 +0000
  • bc2f8faaf6 Force a 'make dist' on mac Ron Pedde 2007-01-17 07:04:59 +0000
  • 4f217916eb add m4 dir to configure, make mac builds mkdist on the mac Ron Pedde 2007-01-17 06:51:01 +0000
  • 3aa66f1271 merge r1480 (win32 installer fixes) to trunk Ron Pedde 2007-01-17 05:10:01 +0000
  • 969f6b5857 Add m4 stuff Ron Pedde 2007-01-17 01:13:26 +0000
  • 14fe9f9c6c Add memory debugging (--enable-mem-debug), find and fix several small (and not so small) memory leaks Ron Pedde 2007-01-17 01:06:16 +0000
  • b23f0d226b update usage() to reflect new -k and -V options, as reminded by Steve in the forums Ron Pedde 2007-01-11 01:28:18 +0000
  • 1d01c02296 Fix -V to exit after displaying version Ron Pedde 2007-01-10 06:19:41 +0000
  • d2e5b45bd9 Move signal handling to parent thread, add -V and -k options, closing #219, and fixing problems with daemontools Ron Pedde 2007-01-09 18:12:39 +0000
  • 5f922b44d8 Fix problem with adding playlists as reported in forums Ron Pedde 2007-01-09 05:55:41 +0000
  • e702657f67 Update mac build scripts to build universal binaries Ron Pedde 2007-01-02 04:31:57 +0000
  • 8ed6bbf22d Update swedish internationalization for osx based on changes from Anton Johansson Ron Pedde 2007-01-01 17:36:03 +0000
  • f2fdbd8cb9 Add Japanese internationalization to osx app courtesy of Gareth Potter Ron Pedde 2007-01-01 17:30:15 +0000
  • cc535d234f consolidate mutex locking to better debug deadlocks Ron Pedde 2006-12-31 21:28:47 +0000
  • 1d1f255a39 Add Dutch localizations to Mac application Ron Pedde 2006-12-31 21:28:09 +0000
  • f7b2e3204e Don't delete hand-crafted static playlists (type 0) on full reload Ron Pedde 2006-12-31 21:22:46 +0000
  • 29dc837b4b Forward port nsi fixes from r1462 on roku-1.0 branch to trunk Ron Pedde 2006-12-24 17:53:01 +0000
  • eb92a4b99b automatically shorten the rendezvous name if it's too long Ron Pedde 2006-12-19 05:06:42 +0000
  • a3d3c21b65 try to better detect successful transcoding in order to update play counts - #191 Ron Pedde 2006-12-19 01:48:27 +0000
  • da77bb850a expand tabs Ron Pedde 2006-12-18 06:31:13 +0000
  • 2098d29e11 Add Italian localizations to windows applet and installer, courtesy of Luca Paolini Ron Pedde 2006-12-08 05:36:24 +0000
  • e318cd8124 Add Italian Pref Pane translations, courtesy of Luca Paolini Ron Pedde 2006-12-07 05:52:55 +0000
  • f3d50a4c14 Add German i18n for Prefs Panel courtesy of Helmut Wieser, as well as Swedish by Anton Johansson Ron Pedde 2006-12-06 06:58:04 +0000
  • bbe5cba244 Add Japanese and Swedish localizations for Windows, courtesy of Gareth Potter and Anton Johansson respectively. Ron Pedde 2006-12-06 05:08:24 +0000
  • 639b22611d Add French translations to osx applicaiton Ron Pedde 2006-12-05 05:53:29 +0000
  • 1f123424b3 Finish localizations for dutch, german, and french Ron Pedde 2006-11-30 07:28:25 +0000
  • 61fb10b5a5 Updates to NSI localizations Ron Pedde 2006-11-30 06:26:20 +0000
  • c4c823affb add avahi support to trunk Ron Pedde 2006-11-28 22:11:18 +0000
  • 9a6718d22c updated german localizations for nsis installer, again from Helmut. Ron Pedde 2006-11-28 08:38:20 +0000
  • 6f658eb3dd Add German internationalization for firefly shell, courtesy of Helmut Wieser. Start localizations for win32 installer. Ron Pedde 2006-11-28 07:38:07 +0000
  • 23e567a94b Add more logging for duplicate playlist Ron Pedde 2006-11-27 00:17:12 +0000
  • 9239e0ad36 Reference iTunes playlist by name hash rather than native playlist id Ron Pedde 2006-11-27 00:00:00 +0000
  • 27492139d9 Add localizations for French/France courtesy of Julien Richefeu, and Dutch/Netherlands courtesy of Eddie Bindt. Ron Pedde 2006-11-26 21:53:24 +0000
  • e0098e20fa Fix rendezvous registration problem on win32 where sometimes rendezvous names wouldn't get registered. Ron Pedde 2006-11-22 06:04:23 +0000
  • 9ec1e7b474 Add localization files Ron Pedde 2006-11-22 04:52:45 +0000
  • 49103f6426 Strip string table entries that don't need to be translated. Ron Pedde 2006-11-22 04:25:45 +0000
  • 36bc5951e5 include sys/select.h for freebsd, courtesy of Denis Ron Pedde 2006-11-22 04:10:29 +0000
  • b7920fdfb5 Fix for silent installs of windows package (/S) Ron Pedde 2006-11-21 17:27:13 +0000
  • d5506fc46f Fix db upgrade from 12 -> 13 Ron Pedde 2006-11-19 18:58:03 +0000
  • 4d8e618f75 iTunes updates, courtesy of Shish Ron Pedde 2006-11-16 04:13:57 +0000
  • 758c0c6245 stdint fixes Ron Pedde 2006-11-14 05:29:32 +0000
  • 654d0fe685 PATH_MAX vs MAX_PATH fixes. Stupid windows. Ron Pedde 2006-11-14 01:40:22 +0000
  • 16b323f024 Make fireflyshell drop a drive mapping ini file, so that the server can convert network drive letters to unc paths. Ron Pedde 2006-11-13 00:09:16 +0000
  • c1ac15cd97 win32 cleanups, fixes for 48k flac playing slowly. Ron Pedde 2006-11-11 23:15:33 +0000
  • fbbe214f26 Get favico in the mac build Ron Pedde 2006-11-11 22:00:22 +0000
  • 7647e0b5f2 Add index.css and admin.css to the windows package Ron Pedde 2006-11-11 21:56:31 +0000
  • d90fd30a9b Drop version number on startup Ron Pedde 2006-11-11 21:47:43 +0000
  • 792fa16f1e Pass mp3struct to ssc plugins so they can take advantage of metainfo Ron Pedde 2006-11-06 03:42:38 +0000
  • b5008ded8d reverse default in follow_symlink option, fix some warnings in plugin.c, fix errors in update as result of new db fields Ron Pedde 2006-11-05 22:38:12 +0000
  • 671148d7cf Fix problem with out-wma version on win32 builds. Ron Pedde 2006-11-05 20:19:34 +0000
  • e02f0774ec add album_artist and bits_per_sample, bumping db version. Collect album_artist from flac, aac, wma, and iTunes xml. Collect sample_count and bits_per_sample for flac Ron Pedde 2006-11-04 04:17:24 +0000
  • 22f6fd34bd Start a documentation seed. Lets hope it grows Ron Pedde 2006-11-02 05:27:06 +0000
  • e33f1a3167 make encrypted wma files wmap/wma rather than wma/wmap Ron Pedde 2006-11-02 04:50:31 +0000
  • 137875c23d add general/never_transcode to specify codectypes that shouldn't be transcoded, even if the client suggests it can't play it (amarok, rhythmbox, others that lie about user-agent) Ron Pedde 2006-10-31 03:54:10 +0000
  • 40c33218f3 add ogg/flac support for debian pakcages Ron Pedde 2006-10-27 22:34:57 +0000
  • 47692699fc web config changes for ticket #208/r1414 Ron Pedde 2006-10-27 20:40:41 +0000
  • 69eb216e59 Implement option to skip initial start-up scan, useful for windows machines. Fixes ticket #208 Ron Pedde 2006-10-27 20:39:39 +0000
  • 3d352427f6 Fix auth problems on passworded shares, fixing ticket #205 Ron Pedde 2006-10-27 20:26:10 +0000
  • 1528165250 Set server version in server name by default Ron Pedde 2006-10-25 02:55:15 +0000
  • e581762949 Fixes for debian packages Ron Pedde 2006-10-25 02:51:38 +0000
  • 5db53647d5 Tune down 'short read' errors, closing #207 Ron Pedde 2006-10-24 05:21:04 +0000
  • 0fa620d4a7 add scanning/follow_symlinks option to close ticket #194 Ron Pedde 2006-10-24 05:17:36 +0000
  • b87d2443b7 add suse init.d script, closing ticket #112, remove gentoo init.d script, as it has an active maintainer Ron Pedde 2006-10-24 04:22:44 +0000
  • 5dd228debe Add index.css Ron Pedde 2006-10-24 03:51:55 +0000
  • 44d2e6be51 css/xtml fixes from ccrdude Ron Pedde 2006-10-24 02:57:44 +0000
  • c5eeac00ae Fix missing index.css Ron Pedde 2006-10-24 02:50:24 +0000
  • 2c0d70048a Oops... stop trying to drop a makefile in the debian dir Ron Pedde 2006-10-19 03:40:51 +0000
  • f85cc76126 Remove the debian folder from the distributed tarball Ron Pedde 2006-10-19 03:28:58 +0000