forked from MakotoTheKnight/Python-Katun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
38 lines (25 loc) · 884 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
K'atun version 12.19.18.17.0 [Yoaltecuhtli]
---
HOW TO INSTALL
---
You must have the following software installed:
- Python 2.7.3 (http://www.python.org)
- SQLite 3.7.4 or newer (sqlite.org)
- Python SQLite bindings (http://code.google.com/p/pysqlite/)
HOW TO OPERATE
---
With Python, execute web_backend.py and then navigate to 0.0.0.0:8080.
WHAT WORKS
---
- Website
- Retrieving data from user's computer
- Playlists and Favorites
WHAT DOESN'T WORK
---
- Tag editing
- Binding with MusicBrainz (slated for next release)
KNOWN BUGS
---
- Parser is incredibly slow on sufficiently large music collections, likely north of 5,000. This is being looked into.
SQLITE3-RELATED:
- A song can appear twice on the same playlist, or in favorites. This issue is likely due to Python's implementation of Sqlite3 not respecting the PRAGMA foreign_keys. This is being looked into.