-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
42 lines (19 loc) · 1.21 KB
/
TODO.txt
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
39
40
41
42
* Ensure error is thrown if destination root and source paths specified in configs is not found during processing
* upgrade logger to log4j2
* add move history to the db
* May need to provide more flexibility in how file tokens are modified before being added to the path for eg in the file "game of thrones s1e2.mkv" we
may extract the season as "1". We may want to further pad the data with 0's on the left.
* would be nice to find a way to title case titles (i.e not just capitalise the first letter of each word but to not capitalise words like 'a' or 'it' etc)
* history of every move and undo capability
* Use TVDB, TMDB and Open subtitles to determine generate file names.
* get subtitles
* allow for global paths i.e should only have to enter path to movie directory once
* look into http://acoustid.org/ and http://musicbrainz.org/ for music identification?
TMDB Notes:
api key: e482b9df13cbf32a25570c09174a1d84
30 requests every 10 seconds per IP
Maximum 20 simultaneous connections per IP
example call:
https://api.themoviedb.org/3/movie/550?api_key=e482b9df13cbf32a25570c09174a1d84
IMDB
get title by imdbid: http://www.imdb.com/title/tt1480055/