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

571 Commits

Author SHA1 Message Date
Alban Féron
1d01450f33
Dropping Python 2 support 2019-12-23 16:23:57 +01:00
Carey Metcalfe
2f9fa0da6f Support setting basic metadata in transcoded media
Other small fixes:
 - Fixed typo in README
 - Fixed `oggenc2` using `-q` instead of `-Q` to mean "quiet"

Fixes #170
2019-11-11 21:34:17 -05:00
Alban Féron
2f94089e9c
Merge remote-tracking branch 'mvn23/api_fix_ids' 2019-10-26 16:38:50 +02:00
Alban Féron
55511aa620
Updated config sample 2019-10-26 16:26:51 +02:00
Alban Féron
e9d4de6f1a
Merge remote-tracking branch 'mvn23/default_transcode_target' 2019-10-26 16:22:39 +02:00
mvn23
f0525dc23a Add default_transcode_target option 2019-10-18 13:49:46 +02:00
Louis-Philippe Véronneau
59aa0f872a
make sure all messages are printed on a new line 2019-10-12 14:37:13 -04:00
mvn23
67670aace8 Improve star/unstar handling 2019-10-09 18:57:42 +02:00
Carey Metcalfe
2e320cc312
Fix typo in admin interface
Fun fact: a wether is a castrated sheep.
2019-10-02 23:59:43 -04:00
mvn23
cc838f14d3 Fix tests and some small bugs 2019-10-01 16:55:23 +02:00
mvn23
62fa440cfa fix get_entity() 2019-10-01 11:15:25 +02:00
mvn23
1f8f3326e8 Small fixes, postgres migration 2019-10-01 10:34:41 +02:00
mvn23
2df35026db Fix mysql migration 2019-09-15 14:35:58 +02:00
mvn23
81192bfeca Fix Folder ID bugs and sqlite migration. 2019-09-15 13:48:25 +02:00
mvn23
99ce42c9ff Fix Folder ID bugs, add initial DB migration work 2019-09-15 11:46:32 +02:00
mvn23
c3fd94343f Fix api get_entity 2019-09-14 22:53:55 +02:00
mvn23
3e51bf2a6d Change music folder IDs to int 2019-09-14 12:39:05 +02:00
Alban Féron
d92c5019d9
Changed vim related ignore patterns
Fixes #164
2019-08-31 11:35:10 +02:00
Louis-Philippe Véronneau
7095b67598
remove support for IE8 2019-08-25 14:38:11 -04:00
Alban Féron
ff0a9475d4
Catch validation errors when creating/updating tracks
Closes #162
2019-08-25 15:05:23 +02:00
Alban Féron
9dd7d8a58b
Properly recompose/split command line
Fixes #161
2019-08-24 17:40:48 +02:00
Alban Féron
3e845f2f81
Version bump 2019-08-17 15:02:17 +02:00
Alban Féron
bab822f77f
Merge remote-tracking branch 'baldurmen/manpages' 2019-08-17 14:58:54 +02:00
Louis-Philippe Véronneau
d0ec739143
add man pages 2019-08-04 01:26:05 -04:00
Alban Féron
3070f39e4f
Moving Last.fm test out of the main suite 2019-07-14 14:49:57 +02:00
Alban Féron
ec31ba6ff7
Fix coverage report 2019-07-13 17:18:38 +02:00
Alban Féron
8a3ea151cc
Merge branch 'dependencies' 2019-07-13 17:09:56 +02:00
Alban Féron
14d0c2f57f
Forgot feeding data for the lyrics test 2019-07-13 16:55:21 +02:00
Alban Féron
d05f69dd26
Move lyrics test out of the main test suite
Ref #130
2019-07-13 16:40:46 +02:00
Alban Féron
cf3e03a1e7
Don't use DirEntry 2019-07-13 16:02:47 +02:00
Alban Féron
ce792e39c5
Trove Python 3.7 2019-07-13 15:01:59 +02:00
Louis-Philippe Véronneau
acf7e32ea5
don't require scandir for python3 2019-07-08 00:48:40 -04:00
Alban Féron
e0cd49d67b
Don't open files twice when scanning 2019-07-07 19:55:06 +02:00
Alban Féron
f3a12c78b4
Added setting to follow symlinks
#48, #146
2019-07-06 17:14:55 +02:00
Alban Féron
25ca4d0dac
Tell Travis to test against python 3.7 2019-07-06 16:50:15 +02:00
Alban Féron
0bb61b6c7d
scandir for covers too 2019-06-30 17:32:26 +02:00
Alban Féron
007a6e139b
Scanner uses scandir 2019-06-30 17:08:35 +02:00
Alban Féron
7c8a75d45c
Runnig black on everything 2019-06-29 17:25:44 +02:00
Alban Féron
7966f767ca
Version bump 2019-06-16 16:39:00 +02:00
spl0k
1ce2f6fe70 Changed the way the CLI is installed 2019-06-16 16:02:50 +02:00
spl0k
82b5ca3cae Merge branch 'daemon-rework' 2019-06-16 15:49:15 +02:00
spl0k
77805700d5 Changed watcher script warning category 2019-06-16 15:29:52 +02:00
spl0k
373beaa92e Docs update + systemd service file for the daemon 2019-06-10 17:25:05 +02:00
spl0k
e29ab91a97 Renamed supysonic-watcher to supysonic-daemon
Since it no longer only watches files
Also changed the way it's installed
2019-06-10 16:16:24 +02:00
spl0k
8d9b2658d2 Try to terminate the daemon more gracefully 2019-06-08 17:32:32 +02:00
spl0k
70f18b981a Fixed last SQLite migration
Closes #151
2019-06-08 12:59:57 +02:00
spl0k
e6a192483c Merge branch 'master' into daemon-rework 2019-06-01 16:21:13 +02:00
spl0k
09138897b9 Fixed scanner for deleted folders 2019-06-01 15:57:45 +02:00
spl0k
e5716b417a Fixed watcher errors when moving/deleting folders containing a cover 2019-06-01 14:53:06 +02:00
spl0k
ebea356901 Fix for werkzeug 0.15 2019-05-18 16:43:32 +02:00