Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes randomize image order code #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jesmon84
Copy link

Amends code to allow for randomized image order.

@sainiaj
Copy link

sainiaj commented Feb 24, 2024

any update on this request,

i would like the random photo flag as well

Thank you

@jesmon84
Copy link
Author

any update on this request,

i would like the random photo flag as well

Thank you

I am guessing the original module is abandoned.

You can make the change yourself, either download my copy of the node_helper.js file and replace yours, or modify yours directly. it's literally changing one word in a line of code. Go to line 154 and change "config" to "payload"

@sainiaj
Copy link

sainiaj commented Feb 25, 2024

Hi @jesmon84,

Thank for the quick fix it is working great, I have one last request I promise

My MagicMirror is going to be more like a PhotoFrame (with other modules on top)

anyways to show all photos from Plex
or
any script to heart all photos in plex

Thank you

@jesmon84
Copy link
Author

Hi @jesmon84,

Thank for the quick fix it is working great, I have one last request I promise

My MagicMirror is going to be more like a PhotoFrame (with other modules on top)

anyways to show all photos from Plex or any script to heart all photos in plex

Thank you

I'm using mine the same way, but my wife is slowly working her way through our extensive photo library favouriting our favourite photos.

I haven't looked into bulk selecting but I think you should be able to do it by editing the Plex DB using an XML editor. If you favourite a photo in Plex, open the Plex XML and see what the difference is between a favourited and non favourited photo then make the rest of the photos have the favourite flag, that should work I reckon.

Please please please backup your db before making any changes!

@sainiaj
Copy link

sainiaj commented Feb 25, 2024

yea that seems above my knowledge, I can take a look but I have never played with databases tbh,

if you get a chance see if node_helper.js has some sort of filter I can just comment out VS only showing hearted images

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants