Search found 30 matches

by abescalamis
25 Sep 2021, 20:45
Forum: Scripting and Automation
Topic: Filebot for Music
Replies: 1
Views: 7647

Filebot for Music

I started to use filebot for Music, I love the way it works, the only thing I notice it keeps the same some song and doesn't delete it if the song name has something different like a capital letter in the name or album. filebot -script 'fn:amc' '/volume1/AMC/' --output '/volume1/Data/Media' --action...
by abescalamis
04 Jul 2021, 17:51
Forum: Synology NAS & Embedded Linux
Topic: [BETA] FileBot for Synology DSM 7.0
Replies: 40
Views: 68508

Re: [BETA] FileBot for Synology DSM 7.0

fixed it, it was something very simple, when I reinstalled filebot, I didn't work on it until next day, so the task ran automatically whiteout a license and it added to the exclude list.

I'm wondering why filebot added to the exclude list when it doesn't work due to license not activated.
by abescalamis
01 Jul 2021, 04:37
Forum: Synology NAS & Embedded Linux
Topic: [BETA] FileBot for Synology DSM 7.0
Replies: 40
Views: 68508

Re: [BETA] FileBot for Synology DSM 7.0

if I use filebot note it works but if I run the same command using SSH it doesn't. This confirms that it's a user-specific permission issue. FileBot Node is running as system internal user FileBot. If you log in via SSH then every command you run is running as the user you have logged in as. I been...
by abescalamis
01 Jul 2021, 02:59
Forum: Synology NAS & Embedded Linux
Topic: [BETA] FileBot for Synology DSM 7.0
Replies: 40
Views: 68508

Re: [BETA] FileBot for Synology DSM 7.0

Re: MediaInfo What does filebot -script fn:sysinfo say? Re: Permissions What $USER is filebot running as? Does this $USER have permission to read the given folders? :?: Does the log indicate a permission issue? Permission denied: /path/to/folder https://i.imgur.com/OSvMw9d.png I'm running filebot u...
by abescalamis
01 Jul 2021, 02:00
Forum: Synology NAS & Embedded Linux
Topic: Filebot-Node Error: Access Denied
Replies: 6
Views: 10575

Re: Filebot-Node Error: Access Denied

tbirz wrote: 20 Jun 2021, 07:34 Thanks for your help!
I created a 'pristine' share with permissions and it worked.
I'm having the same issue, can you share what did you change? thank you
by abescalamis
30 Jun 2021, 03:40
Forum: Synology NAS & Embedded Linux
Topic: [BETA] FileBot for Synology DSM 7.0
Replies: 40
Views: 68508

Re: [BETA] FileBot for Synology DSM 7.0

filebot -rename -r '/volume1/AMC/Auto/Bluray' --db xattr -non-strict --format "{def m = net.filebot.media.MediaDetection.guessMovieFolder(f); m/m.name}{subt}" filebot -rename -r '/volume1/AMC/Auto/Kids' --db xattr -non-strict --format "{def m = net.filebot.media.MediaDetection.guessM...
by abescalamis
27 Jun 2021, 18:48
Forum: Synology NAS & Embedded Linux
Topic: [BETA] FileBot for Synology DSM 7.0
Replies: 40
Views: 68508

Re: [BETA] FileBot for Synology DSM 7.0

Do you guys know where can I can the Mediainfo for DSM7, is the only thing that I still need, if im not mistaken is needed for fileboot, right?
by abescalamis
09 Nov 2019, 22:37
Forum: Scripting and Automation
Topic: Where can I add ISO2, so that subs get rename in a 2 letter format
Replies: 21
Views: 9285

Re: Where can I add ISO2, so that subs get rename in a 2 letter format

This is the code you gave me, I only added the path filebot -rename -r '/volume1/AMC/Auto/TV Show' "Family Guy" --db file --file-filter "folder.name =~ /Subs/" --format "{folder.dir/fn}" --action TEST Rename files using [Plain File] [TEST] from [Family Guy/Subs/Family.G...
by abescalamis
08 Nov 2019, 22:59
Forum: Scripting and Automation
Topic: Where can I add ISO2, so that subs get rename in a 2 letter format
Replies: 21
Views: 9285

Re: Where can I add ISO2, so that subs get rename in a 2 letter format

When I get a TV Show, it comes like in the picture, the season subtitles come in a single folder named Subs, the AMC won't process the subtitles if they are located in a subfolder. That is why I run the command to move the subtitles to the parent folder next to the videos before I run the AMC command.
by abescalamis
08 Nov 2019, 20:05
Forum: Scripting and Automation
Topic: Where can I add ISO2, so that subs get rename in a 2 letter format
Replies: 21
Views: 9285

Re: Where can I add ISO2, so that subs get rename in a 2 letter format

I finally got it working by changing what you said to this. 'seriesFormat={n}/{'\''Season '\''+s}/{n} - {s00e00} - {t}{'\''.'\''+lang.ISO2}' https://i.imgur.com/EQ7zJ85.png Finally, all I need is help with moving the subtitles next to the video, for movies I use the below code, but I am lost in how ...
by abescalamis
07 Nov 2019, 21:03
Forum: Scripting and Automation
Topic: Where can I add ISO2, so that subs get rename in a 2 letter format
Replies: 21
Views: 9285

Re: Where can I add ISO2, so that subs get rename in a 2 letter format

filebot -script 'fn:amc' '/volume1/AMC/Auto/Kids' --output '/volume1/Data/Media/Movies/Kids Movies' --action move -non-strict --conflict skip --def 'ut_label=movie' 'clean=y' 'deleteAfterExtract=y' 'movieFormat={ny}/{ny}{'\''.'\''+lang.ISO2}' --log-file amc.log --def excludeList=amc.txt The above c...
by abescalamis
07 Nov 2019, 19:05
Forum: Scripting and Automation
Topic: Where can I add ISO2, so that subs get rename in a 2 letter format
Replies: 21
Views: 9285

Re: Where can I add ISO2, so that subs get rename in a 2 letter format

{def m = net.filebot.media.MediaDetection.guessMovieFolder(f); m/m.name} The above command works for my movies and I'm trying to use it for tv shows too, I know I need to change this part "guessMovieFolder(f); m/m.name" to something else, I tried "guessTvFolder(f)" The command d...
by abescalamis
07 Nov 2019, 01:00
Forum: Scripting and Automation
Topic: Where can I add ISO2, so that subs get rename in a 2 letter format
Replies: 21
Views: 9285

Re: Where can I add ISO2, so that subs get rename in a 2 letter format

This should do the trick, to move subtitles in the movie folder and renaming them using that movie folders name: {def m = net.filebot.media.MediaDetection.guessMovieFolder(f); m/m.name}{subt} Hello Rednoah, I was trying to use the quoted command for TV shows, but all of the season subtitles are in ...
by abescalamis
04 Sep 2018, 00:41
Forum: Scripting and Automation
Topic: Can filebot delete?
Replies: 3
Views: 1912

Re: Can filebot delete?

Thank you, I forgot to mentioned that I want to do it in a NAS, and the command line for it is different, that is why I asked, but I will look for the command for a Synology Nas.

I think this will do it

find /volume1/Data/Media/Movies/ rm poster.jpg fanart.jpg

Thank you rednoa
by abescalamis
03 Sep 2018, 22:32
Forum: Scripting and Automation
Topic: Can filebot delete?
Replies: 3
Views: 1912

Can filebot delete?

I have a simple question, I haven't find any information about deleting files using filebot, I wanted to know if its possible to delete something using the command line. I want to delete the "poster.jpg" and "fanart.jpg", does anybody now of a command to do that? I want to delete...
by abescalamis
24 Jul 2018, 22:04
Forum: Anything and Everything else
Topic: [BETA] Cross-Platform Life-Time License
Replies: 21
Views: 15563

Re: [BETA] Cross-Platform Life-Time License

rednoah wrote: 24 Jul 2018, 07:05 10% discount scheduled for August 2018.
Damn, I should had waited, I already bought the one for a year :oops:
by abescalamis
19 Jul 2018, 19:49
Forum: Anything and Everything else
Topic: [BETA] Cross-Platform Life-Time License
Replies: 21
Views: 15563

Re: [BETA] Cross-Platform Life-Time License

Maybe from time to time you could do special promo discounts for lifetime licence, I went for the anual licence for now but will get the lifetime once I can.
by abescalamis
15 Jul 2018, 04:13
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 179985

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

Rednoah, would you consider a lifetime license? I never buy subscription like software, I do when they offer lifetime.

Maybe 15, 20, 25 for lifetime, you name it.
by abescalamis
21 Jun 2018, 18:43
Forum: Scripting and Automation
Topic: MediaDetection.guessMovieFolder() yields null for some file paths
Replies: 1
Views: 1371

MediaDetection.guessMovieFolder() yields null for some file paths

This command was working on my synology NAS and stopped working when I change the name of the share Folder. In the AMC filebot folder (shared folder) I have 4 folders; Animated, Kids, Bluray, Webrips, inside those I put the movies and the command renames the subs the same as the video, then I change...
by abescalamis
03 Jun 2018, 17:32
Forum: Scripting and Automation
Topic: Synology scheduled tasks
Replies: 3
Views: 2914

Re: Synology scheduled tasks

OMG, deleting that folder fixed everything.

Thank you very much, you are awesome
by abescalamis
03 Jun 2018, 06:11
Forum: Scripting and Automation
Topic: Synology scheduled tasks
Replies: 3
Views: 2914

Synology scheduled tasks

Hello Rednoah I finally have the commands that I need, you helped me get there, story short I now know that scheduling a synology task and running a command is different. I get this error, you already know that If I run the task manually it works good. This is the Error I get Error during startup: j...
by abescalamis
29 May 2018, 18:59
Forum: Scripting and Automation
Topic: Where can I add ISO2, so that subs get rename in a 2 letter format
Replies: 21
Views: 9285

Re: Where can I add ISO2, so that subs get rename in a 2 letter format

All of the info provided help me a lot and I'm done This is the command to rename the subs the same as the video file and adds language suffix (pre AMC run)(doesn't move any sub) filebot -rename -r '/volume1/AMC Filebot' --db xattr -non-strict --format "{net.filebot.media.MediaDetection.guessMo...
by abescalamis
28 May 2018, 02:20
Forum: Scripting and Automation
Topic: AMC Script is not copying extracted subtitles?
Replies: 5
Views: 3873

Re: AMC Script is not copying extracted subtitles?

The solution I found is to name the .srt to match the video file before you run the AMC script, I will look for a way to do it automatically.
by abescalamis
27 May 2018, 22:40
Forum: Scripting and Automation
Topic: Where can I add ISO2, so that subs get rename in a 2 letter format
Replies: 21
Views: 9285

Re: Where can I add ISO2, so that subs get rename in a 2 letter format

I figure out how to change the language suffix when using the AMC script filebot -script fn:amc --output "/volume1/Data/Prueba/" --action move -non-strict "/volume1/AMC Filebot/" 'movieFormat={n}{y}/{ny}{'\'' CD'\''+pi}{'\''.'\''+lang.ISO2}' 'clean=y' 'deleteAfterExtract=y' --log...