1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-12 21:22:17 +00:00

Commit Graph

  • eeb23a641e Debug server: Use port if provided shuddertrix 2016-02-28 01:16:28 -0500
  • e1e5961c41 Fixed lookup of parent folder in scanner, to resolve issue when two folders start with the same characters. sanderd 2016-02-12 02:21:41 +0100
  • ee1c2cedf6 fix error messages when running python 3 Emory Petermann 2016-01-04 01:19:38 -0500
  • 541efa6437 Added header allowing web-clients using JSON to work spl0k 2015-08-15 16:07:28 +0200
  • 5fdd28290b Fixed scanner folder lookup spl0k 2015-08-06 20:51:28 +0200
  • 8f1c9ead36 FIX: encode sendfile header path before attaching to response Emory Petermann 2015-05-23 17:31:47 -0700
  • 8b481d984c FIX: cleanup X-Sendfile and X-Accel-Redirect header management for streams and cover art FIX: remove the NONBLOCK on fcntl for transcoding process, too many glitches Emory Petermann 2015-05-23 03:29:27 -0700
  • 2fed82d4a0 ADD: sample apache config ADD: virtualenv files to gitignore FIX: non-blocking IO for the transcode process stream FIX: some flake8 cleanup where needed / refactoring Emory Petermann 2015-05-23 02:22:45 -0700
  • e73b358c63 Prevent issuing useless move operations if files have been created spl0k 2015-04-11 16:21:19 +0200
  • 1282a5ab12 Small README update on the daemon spl0k 2015-04-05 16:28:04 +0200
  • 7feb18fb93 Sorting / Updating README spl0k 2015-04-05 16:20:12 +0200
  • 62642cc079 Updated configuration sample spl0k 2015-04-05 16:17:47 +0200
  • 8b9fa416f8 Merge branch 'scanner_daemon' spl0k 2015-04-05 16:15:41 +0200
  • 0c86085fe2 Added configuration sample file spl0k 2015-04-05 15:12:45 +0200
  • 3c8c563b31 Providing an init.d script for the watcher using python-daemon spl0k 2014-10-26 19:37:14 +0100
  • 276ebc9410 count() instead of length spl0k 2014-10-24 14:44:45 +0200
  • 4abc469467 Merge pull request #30 from andrenam/scanner_daemon Alban 2014-10-22 22:08:40 +0200
  • ecae2e6818 forgot to add watchdog as dependency Andre-Nam 2014-10-22 21:17:01 +0200
  • e63cf9fe9e added daemon configuration to README Andre-Nam 2014-10-22 21:12:59 +0200
  • 76f23a5f01 Storm: use .count() instead of length filter Andre-Nam 2014-10-22 21:03:05 +0200
  • e695277426 virtualenv support Andre-Nam 2014-10-22 18:15:23 +0200
  • 40bff33bc7 added supysonic-watcher to setup.py scripts Andre-Nam 2014-10-22 18:05:04 +0200
  • 9f8b6d6064 minor readme update ddd999 2014-10-22 05:35:55 +0000
  • 7c3a04d438 minor update to readme ddd999 2014-10-13 23:32:22 +0000
  • b4a05f0974 changed configuration source from single file to directory, added basic config script and minal config file ddd999 2014-10-13 18:25:12 +0000
  • b024c352a1 A wild timing error appears! spl0k 2014-09-06 19:47:56 +0200
  • 756f83f2ab Allow merging of events with move operation spl0k 2014-09-06 19:18:01 +0200
  • f61a3a7937 Added basic file move support spl0k 2014-08-31 16:32:17 +0200
  • 429fdcf954 Send exceptions to logger and fixed some errors spl0k 2014-08-31 12:47:40 +0200
  • 4ec9aa11f2 File removing handled the same way as scanning spl0k 2014-08-31 12:12:36 +0200
  • deba8aeee4 Changing which methods are available from Scanner and what they do spl0k 2014-08-04 19:56:45 +0200
  • 77becdb655 Switched to Storm spl0k 2014-08-03 19:30:29 +0200
  • 18ecf0fc08 Fixed scanning spl0k 2014-07-27 23:20:17 +0200
  • a18f670ff0 Merge branch 'master' into scanner_daemon spl0k 2014-07-27 20:24:35 +0200
  • dd79c4d750 Fixed getNowPlaying spl0k 2014-07-27 15:05:00 +0200
  • 01c80fed16 Prevent put() from blocking when the scanner is running spl0k 2014-07-27 13:20:51 +0200
  • 132d7b0c8b Improved queue processing spl0k 2014-07-27 12:30:45 +0200
  • 0bd788b74d Fixed import spl0k 2014-06-16 12:09:06 +0200
  • 2c41e1af64 Merge branch 'master' into storm spl0k 2014-06-14 17:55:52 +0200
  • 52891cbf4c Scanner get its own thread, one instance might be used for several files spl0k 2014-06-14 16:54:04 +0200
  • b83538f80b A tiny bit more configuration on logging spl0k 2014-06-14 14:49:03 +0200
  • 4facfbe275 Added a naive suboptimal foreground filesystem watcher spl0k 2014-06-13 19:04:00 +0200
  • f77fefbf9b Updated README spl0k 2014-06-12 16:06:46 +0200
  • 5aca224616 Added PostgreSQL schema spl0k 2014-06-12 15:45:10 +0200
  • d1d3d4416e Fixed scanner scanning untouched files spl0k 2014-06-12 14:25:58 +0200
  • 521b3e6a7f Added DB schema for SQLite and MySQL spl0k 2014-06-12 14:09:14 +0200
  • 5645ca6bbd Fixed scanner for DB schemas with NOT NULL constraints spl0k 2014-06-12 14:06:26 +0200
  • ed9399da79 Fixed streaming spl0k 2014-06-12 13:54:42 +0200
  • f2ca878301 Scanner: exposing scan_file spl0k 2014-06-11 17:55:01 +0200
  • 21f14a6dc1 Scanner: don't require a folder instance to call __scan_file spl0k 2014-06-11 17:53:33 +0200
  • 1fb2e609f0 make scanning more efficient, fix searching and rating Emory Petermann 2014-06-04 23:33:14 -0400
  • ab433b9a92 always find cover art, fix accel headers Emory Petermann 2014-05-28 21:35:55 -0400
  • c29a2284b8 make it ready for packaging Andre-Nam 2014-05-10 18:11:20 +0200
  • 490a01849f Merge branch 'issue22' spl0k 2014-05-06 19:37:40 +0200
  • 71a82d76b2 Merge pull request #24 from jelmer/setup Alban 2014-05-05 19:08:24 +0200
  • b4377a23c4 fix cover art serving and resizing, fix a bug with getMusicFolders Emory Petermann 2014-05-04 22:42:25 -0400
  • a254d17801 Add a setup.py file. Jelmer Vernooij 2014-05-01 03:00:44 +0200
  • d974de38b5 Small change on the "main" script spl0k 2014-05-04 16:04:50 +0200
  • 2eb65c33f3 Move all code into a package. Jelmer Vernooij 2014-04-27 17:13:50 +0200
  • 9524fbe0ab extreme database changes, sqlamp, using session for all queries, scanning refactor Emory Petermann 2014-04-30 01:46:37 -0400
  • fbf237d32e Merge fd4c9b9ac9 into 62e0ca69f4 Emory Petermann 2014-04-27 19:54:34 +0000
  • 373e3b04f2 Attempt to fix up some stuff regarding scanning and browsing bugs Emory Petermann 2014-04-25 19:55:33 -0400
  • 54e4a77ae5 Converting api:playlists spl0k 2014-04-09 20:41:07 +0200
  • f9cd584a65 Converting api:search spl0k 2014-04-05 22:23:23 +0200
  • fd8a99e362 Converting api:chat spl0k 2014-04-05 17:03:15 +0200
  • 595b65606b Converting api:annotation spl0k 2014-04-05 16:44:43 +0200
  • 62e0ca69f4 Handle LastFM connection errors spl0k 2014-04-05 16:03:43 +0200
  • 7a060c9186 Ugrading requests spl0k 2014-04-04 19:58:11 +0200
  • 09ffacd49c Converting api:media retreival spl0k 2014-03-30 17:53:54 +0200
  • ce7aa7ed71 Converting api:album/songs lists spl0k 2014-03-27 22:50:30 +0100
  • 023007bb88 Small optim spl0k 2014-03-25 19:11:24 +0100
  • 8725500ec7 Converting api:browsing spl0k 2014-03-24 21:53:19 +0100
  • 4dd8c28729 Converting api:user spl0k 2014-03-23 16:53:26 +0100
  • 5f1502d41d Converting frontend:playlists spl0k 2014-03-23 16:05:35 +0100
  • d7728e7645 Converting frontend:folders spl0k 2014-03-23 15:53:33 +0100
  • f26cfbbb76 Converting... spl0k 2014-03-16 18:51:19 +0100
  • 84c1582446 Chat as feature features spl0k 2014-03-15 19:47:44 +0100
  • 3a06107fd6 Updated user part of the CLI and UserManager spl0k 2014-03-15 18:51:15 +0100
  • fd4c9b9ac9 Merge remote-tracking branch 'upstream/master' Emory P 2014-03-12 14:06:43 -0400
  • ef9a3ea934 fix xml endpoints unicode and such, fix scanning bug, output per track artist Emory P 2014-03-12 12:55:27 -0400
  • 17e580e7b5 Adapting Scanner spl0k 2014-03-10 21:52:51 +0100
  • c6b197689a Adding ratings and stars as disablable features spl0k 2014-03-09 21:15:03 +0100
  • 74246a7659 Adapting FolderManager and the folder part of the CLI spl0k 2014-03-09 19:12:11 +0100
  • 6f9da086f0 -_- spl0k 2014-03-08 21:30:45 +0100
  • 72f8e6b52c Adding a way to disable some features. First one: the frontend spl0k 2014-03-08 19:39:01 +0100
  • cf40286838 Getting rid of SQLAlchemy, let's try Storm spl0k 2014-03-06 20:02:35 +0100
  • 2070b55a7c Fixed a typo Alban 2014-03-04 23:02:19 +0100
  • 4ce3958cbb Reworked imports spl0k 2014-03-04 22:56:53 +0100
  • 6ed86f544f Updated README spl0k 2014-03-04 21:42:47 +0100
  • 1601c70395 Adding CGI and FastCGI scripts spl0k 2014-03-04 19:42:05 +0100
  • 28852c1de1 Improved application factory a bit spl0k 2014-03-03 21:43:06 +0100
  • b7f0494361 Allow choosing which address to listen on from command-line spl0k 2014-03-02 19:07:27 +0100
  • cebc4ff8a7 Removing executable bit from HTML templates spl0k 2014-03-02 18:37:08 +0100
  • 0e6037a7ed Setting a license spl0k 2014-03-02 18:31:32 +0100
  • e84af9d661 Reduced some columns size from 256 to 255 spl0k 2014-03-01 19:25:40 +0100
  • e5e916f00b Merge 61dd1098d4 into d2b2f2420b Jelmer Vernooij 2014-03-01 17:31:00 +0000
  • d2b2f2420b Updated Apache sample configuration spl0k 2014-02-27 13:21:37 +0100
  • dba2a9b662 Fix random with no tracks spl0k 2014-02-26 22:41:59 +0100
  • 692f7d86e3 Merge remote-tracking branch 'jelmer/hashbang' spl0k 2014-02-23 22:36:20 +0100
  • 39b3a3ce49 Updated clients list spl0k 2014-02-23 22:30:27 +0100