This repository was archived by the owner on Feb 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtodo.txt
executable file
·79 lines (51 loc) · 2.38 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# box set view - main menus need to be removed - or they need to strip idlist.
#
#
#change ovs cells to ovs_
#
donate
Remote play
numeric scan
xmbc nfo read
xmbc nfo write
add new config skin.cfg and skin.help and allow editing.
utf:
catalog.sh : capitalisation of letter after uft-8.
in search_tv_series_names if using tvrage the comparison should be no_accents.
but this will only affect a minority of programs. So I wont code this.
Rather tvrage should fix their brokenness.
Certificate Filter
=================
How to get allocine.fr id..
"Production year: 2008" intitle:transporter inurl:screenrush.co.uk inurl:fichefilm_gen_cfilm
www.screenrush.co.uk/film/fichefilm_gen_cfilm=133730.html
OR "Films of 2003" intitle:transporter inurl:screenrush.co.uk inurl:fichefilm_gen_cfilm
Note the production year is sometimes imdb year -1
Films of is sometimes imdb year + 1 !
Then switch to allocine.fr and extract title and plot.
=================
Spanish: Film Affinity:
intitle:"transporter 2 (2005)" inurl:http://www.filmaffinity.com/en/
then change en to es and extract title and plot.
=================
Italian
Titolo originale "The transporter" "anno" "2008" site:http://filmup.leonardo.it intitle:Scheda
Note if we start also scraping the Director this will help with i18n searches.
=================
BUG: parsing VIDEO_TS eg /share/Complete/hulk wolverine
Verify no more /./ scan paths.
BUG: The picture may be downloaded twice if the second scan occurs before the picture is downloaded.
but also have to be mindful of UPDATE_POSTERS option. We only want one picture per scan process.
SOLUTION: jpeg_fetch should check if the picture is newer than the catalog process...
catalog can pass PID. jpeg fetch will only download picure if it is older than /proc/PID
BUG:oversight.sh: When deleting a film - delete the nfo file
FEATURE:catalog: If not category found by title - look at text of search results.
Check logic when .nfo file is called .NFO. It appears to be
1. ignored when looking for imdb url.
2. ignored during relocate/rename
DVD icon on tv overview
tvid search broken
BUG When adding share cancel button says 'ask'
BUG!! Rename of DVD folder incorrect.
given /path/to/dvd/VIDEO_TS
it will move all contents of /path/to. This should be prevented by a Media/Folder count. Review.