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
Emory P
ef9a3ea934
fix xml endpoints unicode and such, fix scanning bug, output per track
...
artist
2014-03-12 12:55:27 -04:00
spl0k
4ce3958cbb
Reworked imports
2014-03-04 22:56:53 +01:00
spl0k
0e6037a7ed
Setting a license
...
Closes #15
2014-03-02 18:31:32 +01:00
Jelmer Vernooij
24b39c4565
Remove executable bits from files that are not meant to be executed.
2014-02-23 18:09:26 +00:00
Emory P
06b862f5c3
fixed incorrect sort order of indexes in getArtists
2014-02-05 00:36:59 -05:00
Emory P
8570884e6e
speed up the getArtists function with subquery join
2014-02-02 03:42:45 -05: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
Emory P
a1e430c0da
add flask-sqlalchemy library to handle session management better
...
rid of those mysql server gone away messages/etc
2013-12-14 19:50:12 -05:00
Emory P
74dbeca76b
made more debug friendly, added accel-redirect support, added
...
supervisord compatible uwsgi ini file, vastly improved scanning speed,
ignored logs in directory, fixed cover art searching algorithm to find
more results
2013-11-26 02:59:08 -05:00
spl0k
a629910046
Fix for files without tag
...
Closes #6
2013-11-03 16:02:53 -05:00
spl0k
dfc062180b
Fix for files without tag
...
Closes #6
2013-10-26 13:13:19 +02:00
spl0k
fcdf3ac7e7
Added chat support and fixing some timestamp confusion
2013-06-14 18:46:01 +02:00
spl0k
b4e3b22089
Added starred info to responses
2013-06-13 18:44:56 +02:00
Alban
7477e549f7
Some factoring...
2012-12-09 21:44:10 +01:00
Alban
5895e1c3dd
Implemented missing API requests from the browsing module
...
- getArtists.view
- getArtist.view
- getAlbum.view
- getVideos.view
2012-12-09 21:41:51 +01:00
Alban
6c6eb1c603
Implemented getSong.view
2012-12-09 21:41:35 +01:00
Alban
810c288d73
Some clients do POST requests
2012-12-09 21:38:05 +01:00
Alban
6198660765
Implemented getCoverArt.view
2012-12-09 21:17:00 +01:00
Alban
584f1cf90c
Implemented getMusicDirectory.view
2012-12-09 21:16:34 +01:00
Alban
e022f09db8
Previous commit work applied to API responses
2012-12-09 21:15:26 +01:00
Alban
7e2e93bcfd
Taking folder hierarchy into account
2012-12-09 21:15:26 +01:00
Alban
ec01271dc0
Adding a function to ease error reporting
2012-12-09 21:13:17 +01:00
Alban
4410dec0b7
Implementing getIndexes.view
...
It would be nice to ignore prefixes such as 'The' in there. Will think about it later.
2012-12-09 21:08:59 +01:00
Alban
6375266fa8
Initial commit
2012-10-13 11:29:48 +02:00