2023-02-01, 15:15
Good news!? I was able to have the complete catalog of on-demand available in any category (there is no search functionality so this is the only way to access it) I'm still trying to play 'Bubba-ho-tep' and it won't play 😑 and Barnyard has some visual glitch during playback. While we wait for "view all" or a search function here is what I removed from plutotv.py from lib:
if opt == 'featured' and not featured: return None elif opt == 'favorites' and not favorite: return None elif opt == 'categories' and chcat != name: return None elif opt in ['lineup','vod'] and chid != name: return None
Make backups of the add-on to modify
if opt == 'featured' and not featured: return None elif opt == 'favorites' and not favorite: return None elif opt == 'categories' and chcat != name: return None elif opt in ['lineup','vod'] and chid != name: return None
Make backups of the add-on to modify