1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-14 22:22:18 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Emory P
fd4c9b9ac9 Merge remote-tracking branch 'upstream/master'
Conflicts:
	api/__init__.py
	api/browse.py
	api/media.py
	cli.py
	db.py
	main.py
	main.wsgi
	scanner.py
	web.py
2014-03-12 14:06:43 -04:00
spl0k
0e6037a7ed Setting a license
Closes #15
2014-03-02 18:31:32 +01:00
Jelmer Vernooij
77d6aa59d7 Add shebang lines for easier running on *nix. 2014-02-23 18:09:19 +00:00
spl0k
c5aff8f4e3 CLI: display scanning progress every 5 seconds 2014-01-14 14:39:37 +01:00
Emory P
c5890ab120 Changed db to use materialized paths for all folder and track operations
Changed CLI to use flask-script (much cleaner and smaller)
2013-12-29 14:30:12 -05:00
spl0k
f7e138b6c1 Added an 'exit' command to the CLI 2013-11-03 16:02:53 -05:00
spl0k
78eac108a4 Added an 'exit' command to the CLI 2013-11-02 19:02:45 +01:00
Emory P
5252111e91 some status messages for scan and flush database more often during scan
to prevent error from cancelling entire scan
2013-11-01 14:46:16 -04:00
spl0k
9884fc10ea CLI: better creation of subparsers help 2013-09-08 21:27:48 +02:00
spl0k
91b4412152 CLI: autogenerate do_ and help_ methods from parsers 2013-09-08 18:56:54 +02:00
spl0k
ff607d506f Sometimes simple solutions are harder to find -_- 2013-09-07 17:08:41 +02:00
spl0k
4d140bdd05 CLI: autocomplete the first arg of commands 2013-09-07 16:47:39 +02:00
spl0k
012546b155 Fix deprecation warning 2013-09-07 15:11:13 +02:00
spl0k
e8b3e7ca24 CLI also provides user management 2013-09-07 12:58:28 +02:00
spl0k
4f12fc25f0 CLI: use argparse? 2013-09-06 20:04:01 +02:00
spl0k
1994e1e1a2 *Manager classes get their own package 2013-09-05 21:28:09 +02:00
spl0k
cb5e7bf2f7 Added scanning to the CLI 2013-09-05 21:28:08 +02:00
spl0k
5d7be6c416 Beginning of a command-line interface 2013-09-05 21:28:08 +02:00