jkirkcaldy / plex-utills

Manage your Plex library automatically
MIT License
321 stars 24 forks source link

3d Support? #19

Closed DevXen closed 2 years ago

DevXen commented 3 years ago

I just Stumbled across this docker for Unraid. and it would be awesome if it could label 3D movies. (Cover art, and possibly even addt the ability to add: [3D Version] to the title. maybe even the type of 3d. SBS/OU/Anaglyth/Etc.

when i search a movie it'll show the normal movie and the 3D movie together. with no way to tell them apart other than I have my 3D movies in their own library.

jkirkcaldy commented 3 years ago

I’m not sure this can work. As the scripts use the Plex api to find films that are 4K. Plex currently doesn’t have any way of filtering 3D movies so there would be no way for the script to find out whether a film is 3D or not.

On Jul 30, 2021 at 5:09 pm, <DevXen @.***)> wrote:

I just Stumbled across this docker for Unraid. and it would be awesome if it could label 3D movies. (Cover art, and possibly even addt the ability to add: [3D Version] to the title. maybe even the type of 3d. SBS/OU/Anaglyth/Etc.

when i search a movie it'll show the normal movie and the 3D movie together. with no way to tell them apart other than I have my 3D movies in their own library.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/jkirkcaldy/plex-utills/issues/19), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AGHDXIDLOZSHKCYKGQ5D76DT2LFDDANCNFSM5BIZ4LXQ).

DevXen commented 3 years ago

I’m not sure this can work. As the scripts use the Plex api to find films that are 4K. Plex currently doesn’t have any way of filtering 3D movies so there would be no way for the script to find out whether a film is 3D or not. On Jul 30, 2021 at 5:09 pm, <DevXen @.***)> wrote: I just Stumbled across this docker for Unraid. and it would be awesome if it could label 3D movies. (Cover art, and possibly even addt the ability to add: [3D Version] to the title. maybe even the type of 3d. SBS/OU/Anaglyth/Etc. when i search a movie it'll show the normal movie and the 3D movie together. with no way to tell them apart other than I have my 3D movies in their own library. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (#19), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AGHDXIDLOZSHKCYKGQ5D76DT2LFDDANCNFSM5BIZ4LXQ).

Would it maybe be possible to have it set it based on the library? And just do it to all the items in the specific library?

jalarab commented 3 years ago

I have a library for 3d movies, so for me, filter by library should work. It maybe is possible also filtering by collections.

jkirkcaldy commented 3 years ago

I can look into this.

Filtering by library should work fine as, but it would then do every single poster in that library which is probably Ok with a separate 3D library.

DevXen commented 3 years ago

The other idea would go have it check the filename/path. All my 3d movies say 3D/3D-OU/3D-SBS. As well as in a folder [3D]. Now that's just mine. But id assume most people have their movies at least labeled as being 3D.

But then this could help with the other feature request if adding DVD or Blu-ray to the pics. (Mine also have that in the filename as well.)

jkirkcaldy commented 2 years ago

This is in the next version.