#Languages spoken
1 messages Β· Page 1 of 1 (latest)
Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.
Including the meta.log from the beginning is a huge help use !logs for more information.
Yea, you want to set the weight_fr variable
This shows you the weight assigned to each language, you want fr to have the highest weight so it appears first
So any number above 610
oh thanks, I hadn't seen that option.
I'm going to test it
@oak cipher is it also possible to add all the languages of the iso 639 without necessarily adding them all in the languages variable ?
ok I see thank you.
Last thing, how do we force PMM to regenerate the overlay?
Is there a reason you want to do that?
If the criteria has changed (i.e. you now have fr as the highest weight, and a movie has fr), then the overlay will fix itself on the next run
yes I modified the config of PMM and it is to remodel each overlay of each movie by excemple
you can use reapply_overlays: true which will force a reapply across the whole library, even if a movie/show doesn't need it
I would recommend you follow that up by running the plex bloat script to clean up the old posters, as neither PMM nor Plex remove them automatically
There is a plex-bloat-fix.py script available here:
https://github.com/bullmoose20/Plex-Stuff
Features include:
:one: Cleaning up of custom posters and title cards that were uploaded to Plex and are not in use anymore
:two: Deleting the Phototranscoder folder to free up even more space
:three: Perform the Empty Trash, Clean Bundles and Optimize DB operations
ok thanks for the info, I'll look into it
@oak cipher other things completely different.
Is it possible to not display a rating that is equal to 0?
Or sort out why the rating is getting set to 0, since aren't empty ratings skipped?
this is true
Is it maybe not 0, but getting trimmed on the left?
Can you provide the XML of the video file @dense bane
yes
also maybe a log file
just meta.log ?
Hey, Tarja! Do we get to argue about Tarja vs Annette vs Floor now? π
So it's not a "null" rating, it's a legitimate rating of 0
I have several that have the concern if you need xml
yes and no
another example
it has 0 rating on tmdb but displays 0%.
I'm not really sure what's going on here
I guess TMDB returns "no ratings" as "0.0" rather than null or not at all
the XML doesn't display the 0 rating
I think the "quick fix" is to change this to 0.1
maybe the XML filters out zeros, and the API doesn't
but that may have wider implications I guess
true
after that it's not really serious but if in a future update, it can be fixed with pleasure π
This may be another one for the boss @sleek lance
other things,
how does the regex for the video_format work?
I tried but I think it takes into account the maj and minusucule
they are all case insensitive
conditions:
- key: remux
value: '(?i)\bremux\b'
- key: bluray
value: '(?i)\b(blu[ ._-]?ray|bd|br|hd[ ._-]?dvd)\b'
- key: web
value: '(?i)web[ ._-]?(dl|rip)'
- key: hdtv
value: '(?i)\bhd[ ._-]?tv\b'
- key: dvd
value: '(?i)\bdvd\b'
- key: sdtv
value: '(?i)\bsd[ ._-]?tv\b'
oh thank you for the example, it's perfect
and I'm not sure but I tested several times but the square style for languages don't work for me
I think that has been fixed in the nightly & develop branches
Oh
but will be released with 1.18.4
thanks$
You can try testing on nightly if you want π
thanks for your help, I think I'm done with my questions
Just need Sohjiro to look at the 0% rating thing
yes no worries
whats up
here is the problem π
the "quick fix" idea was to change this to 0.1
maybe even a template variable to set minimum_rating and maximum_rating
in nightly 13 you can
Movies:
overlay_path:
- pmm: ratings
template_variables:
rating1: critic
rating2: audience
rating3: user
rating1_image: imdb
rating2_image: rt_popcorn
rating3_image: tmdb
minimum_rating: 0.1
Yozora back at it again with the good ideas!
thank you
keep an eye on #nightly-updates for 13 releasing π
yes thanks π
i also added maximum_rating and fresh_rating
What is fresh_rating for?