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

214 Commits

Author SHA1 Message Date
Louis-Philippe Véronneau
1cee478501 use ATX headers instead of Setex since we are using more than 2 levels 2017-06-24 14:12:54 -04:00
Louis-Philippe Véronneau
bd06173b4f make the installation process clearer 2017-06-24 14:06:34 -04:00
Louis-Philippe Véronneau
b27e04c66a new link for UltraSonic, replace Subsonic app (deprecated) by DSub 2017-06-24 14:04:23 -04:00
Louis-Philippe Véronneau
2259d3e0a1 make dependencies clearer 2017-06-04 14:00:24 -04:00
hhm
d714c691cf B"H use range requests when available (flask >= 0.12) 2017-03-01 17:11:59 -05:00
Robert Sprunk
c334a14d69 Fix a typo in the default mysql connection string 2016-12-04 18:28:03 +01:00
spl0k
80e9e40248 Prevent hanging transcoding processes on client disconnection
Fixes #55
2016-11-27 19:00:17 +01:00
Robert Sprunk
88458c70d5 Add requirements.txt 2016-11-15 19:21:40 +01:00
spl0k
02ac2df31a Missing imports
Fixes #53
2016-11-14 19:29:09 +01:00
spl0k
1de9e2bf6e References deletion
Should fix #38
2016-11-11 17:28:14 +01:00
spl0k
783e9b5465 More checks on folder add
Fixes #49
2016-11-11 16:31:44 +01:00
spl0k
2e8d57b9d0 Updated API responses for new album artist support
Closes #52
2016-10-30 21:45:34 +01:00
spl0k
104c9ffbb6 Adding support for track artist vs album artist. Scanner only 2016-10-30 20:58:00 +01:00
spl0k
074a0dc026 CLI: Added a '--force' option to folder scan command 2016-10-28 22:03:32 +02:00
spl0k
5fb98d96f5 Merge remote-tracking branch 'hhm0/rescan_albums' 2016-09-09 22:46:55 +02:00
hhm
0ca628a8fd B"H check old albums when track metadata changed 2016-09-09 00:58:50 -04:00
hhm
ef64db46d1 B"H api: use GET and POST values in get_entity helper 2016-08-24 02:21:11 -04:00
hhm
306a7b3ec3 B"H api: use GET and POST values 2016-08-24 01:45:07 -04:00
shuddertrix
eeb23a641e Debug server: Use port if provided 2016-02-28 01:16:28 -05:00
sanderd
e1e5961c41 Fixed lookup of parent folder in scanner, to resolve issue when two folders start with the same characters. 2016-02-12 02:21:41 +01:00
spl0k
541efa6437 Added header allowing web-clients using JSON to work 2015-08-15 16:07:28 +02:00
spl0k
5fdd28290b Fixed scanner folder lookup
Closes #33, #35
2015-08-06 20:51:28 +02:00
spl0k
1282a5ab12 Small README update on the daemon 2015-04-05 16:28:04 +02:00
spl0k
7feb18fb93 Sorting / Updating README 2015-04-05 16:20:12 +02:00
spl0k
62642cc079 Updated configuration sample 2015-04-05 16:17:47 +02:00
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