Git Product home page Git Product logo

Comments (19)

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

Single trailer does not use the language function, it only gets the trailer that Radarr has linked. Which is likely English…

disable extrasSingle and see if it works. I’m not sure I’ll make a change for the Single trailer option because when multiple trailers exist. You cannot determine the best trailer to pull automatically, other than the one Radarr provides.

Edit: I’ll have to think about it more on possibly changing the current behavior. If you could provide a Movie name that has IT linked trailers on TMDB, I could use that for testing…

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

So, this is different from AMTD because with that i could dowload single trailers in Italian?

With this config:
-e extrastype=trailers
-e subtitlelanguage=it
-e USEFOLDERS=false
-e EndClient=emby
-e SINGLETRAILER=true
-e PREFER_EXISTING=true
-e FilePermissions=644
-e FolderPermissions=755 \

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

This is a completely new/rewritten script, similar end goal, but not a copy/paste. So they are not the same.

Edit: I’ll have to think about it more on possibly changing the current behavior. If you could provide a Movie name that you’ve confirmed it has IT linked trailers on TMDB, I could use that for testing…

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

For example Thor Love and Thunder or Top Gun Maverick

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

Test that the languages work when having multiple trailers/extras. Cause honestly, I have not tested it because I don’t have a personal need for it and it would be a good data point to have.

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

I'll try and let you know

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

I think I will fix it so it works with single trailer option, just need to think about how I’ll implement it

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

I think the latest script fixes all of the language issues... give it a whirl...

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

Should i try with
extrasSingle=true
?

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

Should work with either, but not a bad idea to test both, because I can only do so much testing...

EDIT: The language codes had to change for everything to work, see the updated readme

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

In the log i found this:

2022-09-09 13:14:30 :: MovieExtras :: Thor: Love and Thunder :: Searching for "it" extras...
2022-09-09 13:14:30 :: MovieExtras :: Thor: Love and Thunder :: 1 Extras Found!
2022-09-09 13:14:30 :: MovieExtras :: Thor: Love and Thunder :: 1 of 1 :: Trailer :: Single Trailer Enabled...
2022-09-09 13:14:31 :: MovieExtras :: Thor: Love and Thunder :: 1 of 1 :: Trailer :: Trailer Ufficiale (5mKjfZHDn_M) :: Downloading...
Manual processor started.
Python 64-bit 3.9.13 (main, Jul 26 2022, 13:12:30)
[GCC 10.3.1 20211027].
Guessit version: 3.4.3.
/usr/bin/python3
Loading config file /sma.ini.
Force-convert is true, so process-same-extensions is being overridden to true as well
No-tagging enabled
2022-09-09 13:14:38 :: MovieExtras :: Thor: Love and Thunder :: 1 of 1 :: Trailer :: Trailer Ufficiale (5mKjfZHDn_M) :: Compete
/config/extended/scripts/MovieExtras.bash: line 193: /dev/null: Permission denied
2022-09-09 13:14:38 :: MovieExtras :: Thor: Love and Thunder :: 1 of 1 :: Trailer :: Trailer Ufficiale :: ERROR :: SMA Processing Error
2022-09-09 13:14:38 :: MovieExtras :: Thor: Love and Thunder :: 1 of 1 :: Trailer :: Trailer Ufficiale :: INFO: deleted: /media//Movies/Thor Love and Thunder (2022)/movie-trailer.mkv
2022-09-09 13:14:38 :: MovieExtras :: Thor: Love and Thunder :: 1 of 1 :: Trailer :: Finished processing single trailer download

Why this:
/config/extended/scripts/MovieExtras.bash: line 193: /dev/null: Permission denied

I see no trailer in the folder after this

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

Line 193 is
if python3 /usr/local/sma/manual.py --config "/sma.ini" -i "$finalPath/$finalFileName.mkv" -nt & /dev/null; then

If i
ls -lha /usr/local/sma/manual.py
ls: cannot access '/usr/local/sma/manual.py': No such file or directory

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

Seems like there is a small bug, it should have be &>/dev/null

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

Try the latest update

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

Also make sure you update your language code per the parameters in the readme or it won't likely work... Your sample log output shows your using an incorrect language code....

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

Also make sure you update your language code per the parameters in the readme or it won't likely work... Your sample log output shows your using an incorrect language code....

Sorry, can you please tell me how to do this?

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

Do you mean this?

-e extrasLanguages=it-IT,en-US

Is it right?

from docker-radarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on August 27, 2024

Yes, change it to what you want though.

From the readme:
Set the desired language for Extras, all languages will be processed... (this is a "," separated list of TMDB language codes, get the code from there sites language opitons, example: en-US)

from docker-radarr-extended.

memnos avatar memnos commented on August 27, 2024

With these settings Italian trailer has beenn downloaded.

-e enableExtras=true
-e extrasType=trailers
-e extrasLanguages=it-IT,en-US
-e extrasOfficialOnly=false
-e extrasSingle=true
-e extrasKodiCompatibility=true \

from docker-radarr-extended.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.