so what your saying is that even though the episode air date is in the DB, you can't compare it to the current date because the program can't access the current date?
i like to leave the option to show all episodes whether i have them or not ON.
is there a line i could used to tweak my DB so that in my latest listing it shows the latest episodes which are <= the current date?
United Kingdom
i like to leave the option to show all episodes whether i have them or not ON.
is there a line i could used to tweak my DB so that in my latest listing it shows the latest episodes which are <= the current date?
Zeflash now added this option in the latest svn.
Germany
Yeah you can..
- Open: \Team MediaPortal\MediaPortal\Docs\SQLite Database Browser.exe
- Open your database: \Team MediaPortal\MediaPortal\Database\TVSeriesDatabase4.db3
- Click TAB "Browse Data".
- Choose TABLE "Views".
- Click "New Record".
Now you get an empty new line which will contain the new view.
You double click the field to change its value.
Enter Values: (Don't leave anything empty)
- All "ID" and "sort" have to be unique.
Code:ID: [B]6[/B] Enabled: [B]1[/B] Sort: [B]7[/B] TransToken: [B]Latest2[/B] (Or whatever name you want) PrettyName: [B]Latest2[/B] (Or whatever name you want) viewConfig: [B]episode<;><Episode.Watched>;=;0<;><Episode.FirstAired>;desc<;>25[/B]