Hello, congrats for your program, I used it years before and bought again the license.
I am using it on synology ds718. I want to create a script for movies and works well with the exception of the pushover notification. It does not give an error nor send notification.
filebot -rename "PATH1 ...
Search found 14 matches
- 28 Jan 2019, 12:24
- Forum: Scripting and Automation
- Topic: Filebot on synology. Pushover issue
- Replies: 1
- Views: 1862
- 04 May 2014, 18:38
- Forum: Scripting and Automation
- Topic: Different languages
- Replies: 7
- Views: 7824
Re: Different languages
Thank you for your answer and sorry for the late response.
I'm trying again with the personalised amc groovy I wrote in the previous posts and I get this error:
Locking /Users/Guille/.filebot/logs/amc.log
Parameter: artwork = y
Parameter: subtitles = en
Parameter: seriesFormat = {n}/Season {s}/{n ...
I'm trying again with the personalised amc groovy I wrote in the previous posts and I get this error:
Locking /Users/Guille/.filebot/logs/amc.log
Parameter: artwork = y
Parameter: subtitles = en
Parameter: seriesFormat = {n}/Season {s}/{n ...
- 18 Nov 2013, 12:31
- Forum: Scripting and Automation
- Topic: Different languages
- Replies: 7
- Views: 7824
Re: Different languages
Thx,
I used this :
/Applications/Filebot.app/Contents/MacOS/filebot -script /path/to/script/amc.groovy
And edited the amc.groovy archive with this:
// MOVIE MODE
else if (group.mov && !group.tvs && !group.anime) {
def dest = rename(file:files, format:format.mov, db:'TheMovieDB', lang: 'es ...
I used this :
/Applications/Filebot.app/Contents/MacOS/filebot -script /path/to/script/amc.groovy
And edited the amc.groovy archive with this:
// MOVIE MODE
else if (group.mov && !group.tvs && !group.anime) {
def dest = rename(file:files, format:format.mov, db:'TheMovieDB', lang: 'es ...
- 17 Nov 2013, 19:55
- Forum: Scripting and Automation
- Topic: Different languages
- Replies: 7
- Views: 7824
Re: Different languages
Thank you!
Something like this?
// MOVIE MODE
else if (group.mov && !group.tvs && !group.anime) {
def dest = rename(file:files, format:format.mov, db:'TheMovieDB', lang: 'es')
if (dest && artwork) {
dest.mapByFolder().each{ dir, fs ->
_log.finest "Fetching artwork for $dir from TheMovieDB ...
Something like this?
// MOVIE MODE
else if (group.mov && !group.tvs && !group.anime) {
def dest = rename(file:files, format:format.mov, db:'TheMovieDB', lang: 'es')
if (dest && artwork) {
dest.mapByFolder().each{ dir, fs ->
_log.finest "Fetching artwork for $dir from TheMovieDB ...
- 15 Nov 2013, 13:42
- Forum: Scripting and Automation
- Topic: Different languages
- Replies: 7
- Views: 7824
Different languages
Hello,
Is there any way use the transmission script for movies titles in spanish and anime/tvshows in english?
My Actual script is the following:
/Applications/Filebot.app/Contents/MacOS/filebot -script fn:amc --output "/Users/1/Volumes" --log-file amc.log --action move --conflict override -non ...
Is there any way use the transmission script for movies titles in spanish and anime/tvshows in english?
My Actual script is the following:
/Applications/Filebot.app/Contents/MacOS/filebot -script fn:amc --output "/Users/1/Volumes" --log-file amc.log --action move --conflict override -non ...
- 12 Jul 2013, 11:28
- Forum: Feature Requests and Bug Reports
- Topic: [Matching Error] Scandal (2012)
- Replies: 1
- Views: 2606
[Matching Error] Scandal (2012)
Hello,
The tvseries Scandal US (http://thetvdb.com/?tab=series&id=248841&lid=7) has renaming errors.It is identified as Scandal (2013).
Thank you very much for this really good software.
The tvseries Scandal US (http://thetvdb.com/?tab=series&id=248841&lid=7) has renaming errors.It is identified as Scandal (2013).
Thank you very much for this really good software.
- 26 Jan 2013, 10:58
- Forum: Scripting and Automation
- Topic: [Question] Script to rename [MAC]
- Replies: 16
- Views: 15291
Re: [Question] Script to rename [MAC]
Hello,
I've been busy so I havent carried on on everything, i just found in your faqs how to send a notification with pushover and configured it. But i would like you to help me a bit more if you can. What I've already done is something like this:
#Run Filebot to get subtitles
/Applications ...
I've been busy so I havent carried on on everything, i just found in your faqs how to send a notification with pushover and configured it. But i would like you to help me a bit more if you can. What I've already done is something like this:
#Run Filebot to get subtitles
/Applications ...
- 20 Jan 2013, 23:26
- Forum: Scripting and Automation
- Topic: [Question] Script to rename [MAC]
- Replies: 16
- Views: 15291
Re: [Question] Script to rename [MAC]
Thank you!
I finally did it:
#Run Filebot to rename Movies
/Applications/Filebot.app/Contents/MacOS/filebot -rename /Users/mama/Torrent/Series --db thetvdb -non-strict -r
#Run Filebot to get subtitles
/Applications/Filebot.app/Contents/MacOS/filebot -get-subtitles /Users/mama/Torrent/Series -r ...
I finally did it:
#Run Filebot to rename Movies
/Applications/Filebot.app/Contents/MacOS/filebot -rename /Users/mama/Torrent/Series --db thetvdb -non-strict -r
#Run Filebot to get subtitles
/Applications/Filebot.app/Contents/MacOS/filebot -get-subtitles /Users/mama/Torrent/Series -r ...
- 20 Jan 2013, 19:35
- Forum: Scripting and Automation
- Topic: [Question] Script to rename [MAC]
- Replies: 16
- Views: 15291
Re: [Question] Script to rename [MAC]
Ok, I'll do the tutorial then.
I'm trying to do what I show in the image.
The problem is that it only allow me to get 1 episode and it stops. (in the folder there were more episodes). Any idea?
Thanks!
EDIT. Ok I found another way using -r and simplifying everything.
I'm trying to do what I show in the image.
The problem is that it only allow me to get 1 episode and it stops. (in the folder there were more episodes). Any idea?
Thanks!
EDIT. Ok I found another way using -r and simplifying everything.
- 20 Jan 2013, 13:28
- Forum: Scripting and Automation
- Topic: [Question] Script to rename [MAC]
- Replies: 16
- Views: 15291
Re: [Question] Script to rename [MAC]
Thank you very much,
I offer (if you want) to do a tutorial for scripting-fools like me in a new topic so people can do it on a MAC in a really easy way. Just if it interests.
Another little question, if I want it to automatically download subtitles, what do I have to do? Something like this ...
I offer (if you want) to do a tutorial for scripting-fools like me in a new topic so people can do it on a MAC in a really easy way. Just if it interests.
Another little question, if I want it to automatically download subtitles, what do I have to do? Something like this ...
- 20 Jan 2013, 12:18
- Forum: Scripting and Automation
- Topic: [Question] Script to rename [MAC]
- Replies: 16
- Views: 15291
Re: [Question] Script to rename [MAC]
Hello again,
I've finally found a way (or I am near). I Hope you can help me again :D
I've done an appliclation with automator with the following;
/Applications/Filebot.app/Contents/MacOS/filebot -rename /Users/qyles/Torrent/AutomaticD --db thetvdb -non-strict
The only problem is that it says ...
I've finally found a way (or I am near). I Hope you can help me again :D
I've done an appliclation with automator with the following;
/Applications/Filebot.app/Contents/MacOS/filebot -rename /Users/qyles/Torrent/AutomaticD --db thetvdb -non-strict
The only problem is that it says ...
- 17 Jan 2013, 10:49
- Forum: Scripting and Automation
- Topic: [Question] Script to rename [MAC]
- Replies: 16
- Views: 15291
Re: [Question] Script to rename [MAC]
I found it. It was in a tab I didnt see. Sorry.
As I said, I dont know anything about scripting, could it be possible to you (or to someone) to give me some hints of how to call filebot after a episode is downloaded and rename it? (just rename it, I dont need it to sort episodes or difference if ...
As I said, I dont know anything about scripting, could it be possible to you (or to someone) to give me some hints of how to call filebot after a episode is downloaded and rename it? (just rename it, I dont need it to sort episodes or difference if ...
- 16 Jan 2013, 14:43
- Forum: Scripting and Automation
- Topic: [Question] Script to rename [MAC]
- Replies: 16
- Views: 15291
Re: [Question] Script to rename [MAC]
Thank you very much for your answer,
The problem is that transmission doesnt allow to open an app after the download.
So... why do I have to use transmission and not utorrent? Because I need the torrent to be downloads in the same destination as the .torrent, because the "Tvshows 2" app organizes ...
The problem is that transmission doesnt allow to open an app after the download.
So... why do I have to use transmission and not utorrent? Because I need the torrent to be downloads in the same destination as the .torrent, because the "Tvshows 2" app organizes ...
- 16 Jan 2013, 10:35
- Forum: Scripting and Automation
- Topic: [Question] Script to rename [MAC]
- Replies: 16
- Views: 15291
[Question] Script to rename [MAC]
Hello, first of all, Im really sorry if this has been answered yet, but my level of Applescripting is nule so I can't find it.
I have a time capsule as a NAS and a boxee box and a Mac to download torrents. What I already have automated is the following:
1. "TvShows 2" app to automatically download ...
I have a time capsule as a NAS and a boxee box and a Mac to download torrents. What I already have automated is the following:
1. "TvShows 2" app to automatically download ...