1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00
Commit Graph

189 Commits

Author SHA1 Message Date
spl0k
8b9fa416f8 Merge branch 'scanner_daemon' 2015-04-05 16:15:41 +02:00
spl0k
0c86085fe2 Added configuration sample file 2015-04-05 15:12:45 +02:00
spl0k
3c8c563b31 Providing an init.d script for the watcher using python-daemon 2014-10-26 19:37:14 +01:00
spl0k
276ebc9410 count() instead of length 2014-10-24 14:44:45 +02:00
Alban
4abc469467 Merge pull request #30 from andrenam/scanner_daemon
Scanner daemon: update setup, updated README, virtualenv changes
2014-10-22 22:08:40 +02:00
Andre-Nam
ecae2e6818 forgot to add watchdog as dependency 2014-10-22 21:17:01 +02:00
Andre-Nam
e63cf9fe9e added daemon configuration to README 2014-10-22 21:12:59 +02:00
Andre-Nam
76f23a5f01 Storm: use .count() instead of length filter 2014-10-22 21:03:05 +02:00
Andre-Nam
e695277426 virtualenv support 2014-10-22 18:23:20 +02:00
Andre-Nam
40bff33bc7 added supysonic-watcher to setup.py scripts 2014-10-22 18:05:04 +02:00
spl0k
b024c352a1 A wild timing error appears! 2014-09-06 19:48:23 +02:00
spl0k
756f83f2ab Allow merging of events with move operation 2014-09-06 19:18:01 +02:00
spl0k
f61a3a7937 Added basic file move support 2014-08-31 16:32:17 +02:00
spl0k
429fdcf954 Send exceptions to logger and fixed some errors 2014-08-31 12:47:40 +02:00
spl0k
4ec9aa11f2 File removing handled the same way as scanning 2014-08-31 12:17:47 +02:00
spl0k
deba8aeee4 Changing which methods are available from Scanner and what they do 2014-08-04 20:01:43 +02:00
spl0k
77becdb655 Switched to Storm 2014-08-03 19:30:29 +02:00
spl0k
18ecf0fc08 Fixed scanning 2014-07-27 23:20:17 +02:00
spl0k
a18f670ff0 Merge branch 'master' into scanner_daemon
Conflicts:
	README.md
	supysonic/scanner.py
	supysonic/web.py
2014-07-27 20:24:35 +02:00
spl0k
dd79c4d750 Fixed getNowPlaying 2014-07-27 15:05:00 +02:00
spl0k
01c80fed16 Prevent put() from blocking when the scanner is running 2014-07-27 13:20:51 +02:00
spl0k
132d7b0c8b Improved queue processing 2014-07-27 12:30:45 +02:00
spl0k
0bd788b74d Fixed import 2014-06-16 12:09:06 +02:00
spl0k
2c41e1af64 Merge branch 'master' into storm
Conflicts:
	bin/supysonic-cli
	supysonic/api/__init__.py
	supysonic/api/albums_songs.py
	supysonic/api/annotation.py
	supysonic/api/browse.py
	supysonic/api/chat.py
	supysonic/api/media.py
	supysonic/api/playlists.py
	supysonic/api/search.py
	supysonic/api/user.py
	supysonic/db.py
	supysonic/frontend/__init__.py
	supysonic/frontend/folder.py
	supysonic/frontend/playlist.py
	supysonic/frontend/user.py
	supysonic/lastfm.py
	supysonic/managers/folder.py
	supysonic/managers/user.py
	supysonic/scanner.py
	supysonic/web.py
2014-06-14 17:55:52 +02:00
spl0k
52891cbf4c Scanner get its own thread, one instance might be used for several files 2014-06-14 16:54:04 +02:00
spl0k
b83538f80b A tiny bit more configuration on logging 2014-06-14 14:49:03 +02:00
spl0k
4facfbe275 Added a naive suboptimal foreground filesystem watcher 2014-06-13 19:04:00 +02:00
spl0k
f77fefbf9b Updated README 2014-06-12 16:06:46 +02:00
spl0k
5aca224616 Added PostgreSQL schema
Storm needs pycopg2 version 2.4 to work or one of the patches provided at
https://bugs.launchpad.net/storm/+bug/1170063
2014-06-12 15:45:10 +02:00
spl0k
d1d3d4416e Fixed scanner scanning untouched files 2014-06-12 14:25:58 +02:00
spl0k
521b3e6a7f Added DB schema for SQLite and MySQL 2014-06-12 14:09:14 +02:00
spl0k
5645ca6bbd Fixed scanner for DB schemas with NOT NULL constraints 2014-06-12 14:06:26 +02:00
spl0k
ed9399da79 Fixed streaming 2014-06-12 13:54:42 +02:00
spl0k
f2ca878301 Scanner: exposing scan_file 2014-06-11 17:55:01 +02:00
spl0k
21f14a6dc1 Scanner: don't require a folder instance to call __scan_file 2014-06-11 17:53:33 +02:00
Andre-Nam
c29a2284b8 make it ready for packaging 2014-05-10 18:11:20 +02:00
spl0k
490a01849f Merge branch 'issue22' 2014-05-06 19:37:40 +02:00
Alban
71a82d76b2 Merge pull request #24 from jelmer/setup
Move supysonic into its own package, and add a setup file.
2014-05-05 19:08:24 +02:00
Jelmer Vernooij
a254d17801 Add a setup.py file. 2014-05-04 23:48:17 +02:00
spl0k
d974de38b5 Small change on the "main" script 2014-05-04 16:04:50 +02:00
Jelmer Vernooij
2eb65c33f3 Move all code into a package. 2014-05-01 02:55:39 +02:00
spl0k
54e4a77ae5 Converting api:playlists 2014-04-09 20:41:07 +02:00
spl0k
f9cd584a65 Converting api:search 2014-04-05 22:23:23 +02:00
spl0k
fd8a99e362 Converting api:chat 2014-04-05 17:03:15 +02:00
spl0k
595b65606b Converting api:annotation 2014-04-05 16:44:43 +02:00
spl0k
62e0ca69f4 Handle LastFM connection errors 2014-04-05 16:03:43 +02:00
spl0k
7a060c9186 Ugrading requests
Closes #21
2014-04-04 19:58:11 +02:00
spl0k
09ffacd49c Converting api:media retreival 2014-03-30 17:53:54 +02:00
spl0k
ce7aa7ed71 Converting api:album/songs lists 2014-03-27 22:50:30 +01:00
spl0k
023007bb88 Small optim 2014-03-25 19:11:24 +01:00