cooperdk

Results 108 comments of cooperdk

Thanks for your issue report. This is a well-known issue. The UI actually stores preferences and applies them to the view (displayed page) but the sort order is not sent...

As it is now, the number of scenes in the library is how many files YAPO e+ thinks there are, until you clean the system (under settings). You get a...

More UI feedback is underway. The startup statistics will be moved to a separate view in YAPO (in early development).

You mean, a setting so that fx a site named My Dirty Maid is recognized, YAPO should (if any specific naming scheme is entered in that site's settings) use a...

I just saw your comment. Yes; YAPO already uses TMDB for actor images (because they are generally the best) and basic information. But, it only has relatively few adult movies...

I agree this is a good option if you use VLC to watch videos and not the embedded player. I'll add it to the tasks. Thanks for your request and...

OK. I don't remember if I actually turned off the ability to use VLC on scenes that can play in the browser. This could be a toggleable option in settings.

This would be nice to have for fx NAS devices, but you need to consider the high load when YAPO works with scenes, especially when generating graphical content.

Works, but it thinks every image is a GIF, even when it's not.

At line 776, before: ` if arguments['metadata']:` Insert this: ``` imageURL = object['image_link'] object['image_format'] = imageURL.split(".")[-1] ``` If you don't, your script will think that all images are in GIF...