forked from mattiash/nonametv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
32 lines (19 loc) · 1.45 KB
/
TODO
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
Remove obsolete files for the file-importers periodically.
Clarify copyright and license (GPL)
Validate data for AddProgramme and mark the batch so that it will be retried
until it succeeds.
TV4: Stabilt. Den gör en falblack till <program_description> om det inte finns episode_desc eller? du kan skriva upp på din todo då med att om den gör denna fallback, kan vi uppenbarligen inte identifiera ett specifikt avsnitt. då ska episodeid sättas till "0000", en indikation på just detta.
Nonstop: Add actors and directors. Also add season and episode to xmltv.
Actors and directors is built like this:
ProgrammeSeriesCreditsRole2='Corky St. Clair' ProgrammeSeriesCreditsContact2='Christopher Guest'
ProgrammeSeriesCreditsCredit2='Lead Actor'
and Season and episode is at the end of description:: (Säsong 1 avsnitt 19)
Actors, add a role="" in the actors list?
Use Namespaces for channels.xml? This would make it easy to add more info to channels.xml in the future that can be removed by tv_grab_se_swedb without specific knowledge about the tags.
Eurosport: Subtitles are sometimes empty, sometimes NULL. Should be NULL.
end_time is sometimes NULL, sometimes 00-00-00 00:00:00. Differs between grabbers. Should be NULL.
Add more aspect-info.
Update the trans_cat table with categories for more channels.
Write MythTV wiki page about categories.
Look at Maypole (http://maypole.perl.org) to create a web-interface
for interfacing with the database.