Search found 27 matches
- 17 Apr 2024, 11:14
- Forum: Scripting and Automation
- Topic: Possible to take resolution from mediainfo:
- Replies: 2
- Views: 2229
- 16 Apr 2024, 13:33
- Forum: Scripting and Automation
- Topic: Possible to take resolution from mediainfo:
- Replies: 2
- Views: 2229
Possible to take resolution from mediainfo:
Hi is it possible to take resolution from mediainfo and rename it to filename.
Some of the files have weird resolutions so 1920x808 but it needs to be named as Bluray-1080p or Bluray-720p or 576p.
Some of the files have weird resolutions so 1920x808 but it needs to be named as Bluray-1080p or Bluray-720p or 576p.
- 16 Aug 2022, 10:50
- Forum: Ubuntu & Desktop Linux
- Topic: NORDIC included in the end of the name if the release have NORDIC in its name
- Replies: 7
- Views: 7098
Re: NORDIC included in the end of the name if the release have NORDIC in its name
Yes you are correct I got it working, just overlooked it. I'm not normally working with coding.
Thanks for an excellent program and support.
Thanks for an excellent program and support.
- 16 Aug 2022, 10:43
- Forum: Ubuntu & Desktop Linux
- Topic: NORDIC included in the end of the name if the release have NORDIC in its name
- Replies: 7
- Views: 7098
Re: NORDIC included in the end of the name if the release have NORDIC in its name
Got it working:)
Code: Select all
/storage/local/googleSh_crypt/media/tv/{n} ({y})/{'Season '+s.pad(2)}/{n} - {s00e00} - {t} ({ source.replace('WEB-DL', 'WEBDL') }-{vf}){'.'+lang} { fn.match(/NORDIC/) }
- 16 Aug 2022, 10:21
- Forum: Ubuntu & Desktop Linux
- Topic: NORDIC included in the end of the name if the release have NORDIC in its name
- Replies: 7
- Views: 7098
Re: NORDIC included in the end of the name if the release have NORDIC in its name
If I use the first suggestion I get
filename (WEB-dl-1080p) WEB-dl.mkv
filename (WEB-dl-1080p) WEB-dl.mkv
- 12 Aug 2022, 12:49
- Forum: Ubuntu & Desktop Linux
- Topic: NORDIC included in the end of the name if the release have NORDIC in its name
- Replies: 7
- Views: 7098
Re: NORDIC included in the end of the name if the release have NORDIC in its name
That works perfect for the second suggestion.
The first I couldn't get to work in the script.
Second question.
Can you also help since Filebot names WEB-DL-xxxx but I want WEBDL-xxxx since that's the Sonarr naming.
Thanks for the help.
The first I couldn't get to work in the script.
Second question.
Can you also help since Filebot names WEB-DL-xxxx but I want WEBDL-xxxx since that's the Sonarr naming.
Thanks for the help.
- 11 Aug 2022, 12:28
- Forum: Ubuntu & Desktop Linux
- Topic: NORDIC included in the end of the name if the release have NORDIC in its name
- Replies: 7
- Views: 7098
NORDIC included in the end of the name if the release have NORDIC in its name
Hi I'm using these AMC scripts and would like to have NORDIC included in the end of the name if the release have NORDIC in its name. /storage/local/googleFi_crypt/media/{f =~ /kidsmovies/ ? 'kidsmovies' : 'movies'}/{n} ({y})/{n} ({y}){' CD'+pi}{'.'+lang} /storage/local/googleSh_crypt/media/tv/{n ...
- 14 Mar 2020, 07:53
- Forum: Scripting and Automation
- Topic: Unofficial custom AMC script (intermediate users)
- Replies: 27
- Views: 47674
Re: Unofficial custom AMC script (intermediate users)
Hi would it be possible to have the AMC command for actor download for movies and episodes?
- 13 Mar 2020, 09:14
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Kids Movies
Thanks. 1. I was just thinking about local language, but that should be covered also with --lang da. But on series the .nfo are not created for the episodes. I will only create for the entire show... 2. In regards to the .actor no picture are coming on when scanning afterwards in Plex. I have Plex ...
- 12 Mar 2020, 20:06
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Kids Movies
First of all thanks for the help with the hints. I got it working I think with this AMC script. /opt/filebot/filebot -script fn:amc /mnt/disks/WDC_WD30EZRX-00D8PB0_WD-WCC4N7VXZ3TR/downloads/complete/ --output /mnt/user/ --action test -non-strict --conflict override --lang da --def "movieFormat=/mnt ...
- 12 Mar 2020, 10:48
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Kids Movies
Why won't this separate into the right folders? /opt/filebot/filebot -script fn:amc /mnt/disks/WDC_WD30EZRX-00D8PB0_WD-WCC4N7VXZ3TR/downloads/complete/film --output /mnt/user/Film/ --action test -non-strict --conflict override --lang da --def movieFormat="/mnt/user/{label}/{n} ({y})/{n} ({y}){' CD ...
- 12 Mar 2020, 09:04
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Kids Movies
I have the following libraries: /mnt/user/Film (Movies) /mnt/user/KidsFilm (Kids Movies) /mnt/user/Serier (Series) /mnt/user/KidsSerier (Kids Series) /mnt/user/downloads/complete/film (Movies) /mnt/user/downloads/complete/serier (Series) When I try your proposalt it gives the following errors: /opt ...
- 11 Mar 2020, 17:20
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
If you still think that can be made by 1 AMC call then that would be nice.
- 11 Mar 2020, 17:19
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
What I thought about doing is get Sabnzbd to presort and add a custom name to the movie to mark it as "Kid" tag, place it in the same download output folder as the other movies/series and let Filebot pick them up, rename and place them in the correct folders and get Metadata for it. Does that makes ...
- 11 Mar 2020, 15:13
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
But the problem is I have Kids which still should have its own folder and if I can't label/mark the kids files then how would Filebot place it in its own folder in the same calæ. Sorry for not understanding that.
- 11 Mar 2020, 13:49
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
I have a Downloads/completed folder where I have 2 subfolders inside. Movies and Series.
- 11 Mar 2020, 13:48
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
Thanks for the explanation. So to sum up. I can't do it in 1 call the things I want?
- 11 Mar 2020, 12:50
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
So I want to sort the 3 categories in 1 call using label and move it to 3 separate directories, how do I do that? --def "ut_label=Kids" should go to /mnt/user/Kids --def "ut_label=Movies" should go to /mnt/user/Movies --def "ut_label=Series" should go to /mnt/user/Series How do I get it into this ...
- 10 Mar 2020, 19:50
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
1. Thanks yes I know that but what I was hoping for was perhaps some kind of symbolic links could help and with right previlidges but I guess not.
2. Is there an example where it is incorporated in the AMC?
2. Is there an example where it is incorporated in the AMC?
- 10 Mar 2020, 15:44
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
I fixed the --def command, that was missing an \ in the end. However I'm afraid the following is not related to the missing Linux skills, since I can run the command in shell and it's working. I'm guessing it's because SABNzbd is one docker and Filebot is another and I want to call Filebot ...
- 10 Mar 2020, 14:51
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
Thanks I have now tried once more to convert it this and get the following error: /mnt/disks/WDC_WD30EZRX-00D8PB0_WD-WCC4N7VXZ3TR/downloads/complete/scripts/test.sh: line 8: /opt/filebot/filebot: No such file or directory /mnt/disks/WDC_WD30EZRX-00D8PB0_WD-WCC4N7VXZ3TR/downloads/complete/scripts ...
- 10 Mar 2020, 12:29
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
1. It gave this:
When I try bash it says:
Code: Select all
/bin/sh: 0: Illegal option -
Code: Select all
Cannot run script /config/scripts/Film.sh
- 10 Mar 2020, 11:04
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
Thanks for the answer. I've used many hours and I got it somehow working: /opt/filebot/filebot -script fn:amc /mnt/disks/WDC_WD30EZRX-00D8PB0_WD-WCC4N7VXZ3TR/downloads/complete/film --output /mnt/user/Film/ --action test -non-strict --conflict override --lang da --def "ut_label=movie" --def ...
- 09 Mar 2020, 21:54
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
Will this work in a bash? filebot.sh -script fn:amc /mnt/disks/WDC_WD30EZRX-00D8PB0_WD-WCC4N7VXZ3TR/downloads/complete/Film --output /mnt/user/Film/{n} ({y})/{n} ({y}){' CD'+pi}{'.'+lang} --action move --def "ut_label=movie" --def artwork=y --def subtitles=da,en --log-file amc.log --conflict ...
- 09 Mar 2020, 12:24
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30252
Re: Really need help with scripting:
Can anyone help with this. I'm seeking a shell script for Sabnzbd for the things I mentioned above?