On the main menu (after logging profile in), where is it supposed to grab the images for Movies or TV Shows from? It just shows a placeholder box at the moment and I am wondering if I need to upload something to my server to populate it?
Hi there,
1) When I go into my collection (eg all movies) I have about 500-600 in total, the list only initially shows 5 pages worth of movies, then as I scroll down, the total screen/page counter increases. The above didn't make much sense...let me try again...when I go into "all movies"...the counter at the bottom says 1/5, but I know it should be 1/40, the value of 5 only increases as I scroll down through the list (sometimes).... so as I go onto page 4, the total changes from 5 to 7 (so now becomes 4/7).
2) Related to the above, the way you query MBS seems flaky.... I intermittently get a spinning MePo timer on screen and then it retrieves more movies to increase the size of the "all movies" list. But sometimes the list doesn't update.... so it will only show I have 100 movies and I can scroll past the bottom of the list and back to the beginning only showing 100 movies, then a few seconds later a timer appears and the list will increase by X more movies.
Will it be possible to get MePo to just jump to the TV Series "show" screen, or get MePo to jump direct to the Movies "All Movies" screen?
Me again...
A slight screen formatting issue??
J.
GUIPropertyManager.OnPropertyChanged += GUIPropertyManager_OnPropertyChanged;
static void GUIPropertyManager_OnPropertyChanged(string tag, string tagValue)
{
// if we are not looking for this tag return
if(tag!="#MediaBrowser.Details.Path") return;
// do something with the value
string path = value
// spin up disk logic based on folder in path
}