Search found 51 matches

by FadeAway12
12 Mar 2016, 17:34
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Re: Sorting Movies into three different locations

Regarding 2. I don't know why it detects it as english. The Filename and the Foldername both are german only. There is no hint for it being english (and in fact it is not english at all) + i used --lang de 3. Its forwarded by the jDownloader. So i guess its impossible to set the ut_label in jdownloa...
by FadeAway12
12 Mar 2016, 11:59
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Re: Sorting Movies into three different locations

Oh okay, here is the complete log regarding that file: Run script [fn:amc] at [Sat Mar 12 00:27:24 CET 2016] Parameter: seriesFormat = TV-Serien/{n.ascii()}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n.ascii()} - {s00e00} - {t.ascii()} Parameter: movieFormat = {file =~ /(?i)AC3D|AC3.Dubbed|...
by FadeAway12
12 Mar 2016, 01:10
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Re: Sorting Movies into three different locations

Do you know why filebot amc excluded the Movie "In the Heart of the Sea" although it seemed to detect it correctly?

Log:

http://img5.fotos-hochladen.net/uploads ... o2h5bu.jpg
by FadeAway12
11 Mar 2016, 16:57
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Re: Sorting Movies into three different locations

Nice! Will try that out immediately :)
by FadeAway12
11 Mar 2016, 16:28
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Re: Sorting Movies into three different locations

Thx! Changed it accordingly :) Btw: Is there any kind of command that can look for the keywords not only in the filenames but the folders the files are in? Sometimes there are situations like /Catching.Fire.AC3D.1080p/cf.1080p.mkv As the file has no AC3D included it will most likely be sent to 'Film...
by FadeAway12
11 Mar 2016, 03:49
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Re: Sorting Movies into three different locations

Thats (for now) my final file and boy am i happy with it :D filebot -script fn:amc --action move --conflict skip -non-strict --log-file amc.log --def "seriesFormat=/media/usbdrive/TV-Serien/{n.ascii()}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n.ascii()} - {s00e00} - {t.ascii()}"...
by FadeAway12
10 Mar 2016, 22:34
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Re: Sorting Movies into three different locations

Could you please give me another hint on why i can't use expressions like {n} or {y} in the file destinations? I thought i could simply replace "Movies" with "/media/usbdrive/Movies/{n} {y}/{n} {y}" but it only gives me {n}{y} as the filename then instead of naming the file corre...
by FadeAway12
10 Mar 2016, 20:32
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Re: Sorting Movies into three different locations

Thank you! I will definitely donate to you for all the work and support :) But this script seems to put a "Movie.3D.HSBS" into the "Movies" Folder.

Edit: Nevermind, restarted Filebot and seems to be working now. Donation already sent :) Thx! :!: :)
by FadeAway12
10 Mar 2016, 19:48
Forum: Scripting and Automation
Topic: Sorting Movies into three different locations
Replies: 15
Views: 6040

Sorting Movies into three different locations

Hey together, currently i am trying to figure out a way to separate my movies into 3 different folders: 1. Movies 2. Cinedubs 3. Movies (3D) Here is a command i found in this forum: {n =~ /^(?i)[0-9a-f]/ ? 'X' : n =~ /^(?i)[g-t]/ ? 'Y' : 'Z'}:/TV/{n}/{episode} "Drive X if first letter of {n} ma...
by FadeAway12
10 Mar 2016, 12:17
Forum: Ubuntu & Desktop Linux
Topic: FileBot won't start on RPi3
Replies: 12
Views: 6324

Re: FileBot won't start on RPi3

Thanks, i will open up another Thread in the right category. As Filebot runs fine on my RPi now this will become off topic
by FadeAway12
10 Mar 2016, 03:32
Forum: Ubuntu & Desktop Linux
Topic: FileBot won't start on RPi3
Replies: 12
Views: 6324

Re: FileBot won't start on RPi3

Okay, here is the script that finally works (after days... finally! :O) filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict skip -non-strict --log-file amc.log --lang de --def "seriesFormat=/media/usbdrive/TV-Serien/{n}/{episode.special ? 'Special' : 'Season...
by FadeAway12
10 Mar 2016, 01:18
Forum: Ubuntu & Desktop Linux
Topic: FileBot won't start on RPi3
Replies: 12
Views: 6324

Re: FileBot won't start on RPi3

So, i went ahead and downloaded the amc.groovy script from your git repository and edited the part where the folder names are defined and saved it locally in /home/pi/.jd2/amc.groovy i changed the jdownloader-postprocess.sh respectively but now get this error when executing this jdownloader-postproc...
by FadeAway12
09 Mar 2016, 13:45
Forum: Ubuntu & Desktop Linux
Topic: FileBot won't start on RPi3
Replies: 12
Views: 6324

Re: FileBot won't start on RPi3

Regarding 1: Filebot works perfectly fine at this moment. I created a symlink as you said and can now launch it with a simple "filebot" in the command line. As of right now i don't receive any weird java warnings. This is my current sysinfo: http://imgur.com/4MwNNlz Regarding 2: I read a l...
by FadeAway12
09 Mar 2016, 10:30
Forum: Ubuntu & Desktop Linux
Topic: FileBot won't start on RPi3
Replies: 12
Views: 6324

Re: FileBot won't start on RPi3

Mh no one here who might help me out or give me a hook up skeleton script? I simply don't know where to start despite reading some key basics about groovy and topics in this forum with sample scripts.. @rednoah Please don't feel offended :) I simply tried to bribe you with a donation :lol: If you go...
by FadeAway12
06 Mar 2016, 18:04
Forum: Ubuntu & Desktop Linux
Topic: FileBot won't start on RPi3
Replies: 12
Views: 6324

Re: FileBot won't start on RPi3

Phew.. i spent so much time with the Raspberry Pi that my Girlfriends starts feeling neglected :D Edit: Digging through tutorials... What i got so far: ln -s /path/to/file /path/to/a/folder/where/executables/are/stored This command creates a symlink. Well.. now that i know how to create a symlink i ...
by FadeAway12
06 Mar 2016, 15:41
Forum: Ubuntu & Desktop Linux
Topic: FileBot won't start on RPi3
Replies: 12
Views: 6324

Re: Filebot won't start

Mh.. i am connected via VNC and issued the command on the local shell. Actually i thought i already had the GUI running using this command on the RPi 2.. Now i used: sudo ./filebot.sh (whereas i never edited the filebot.sh) and got this output: http://imgur.com/UQlWuj2 I simply seem not to understan...
by FadeAway12
06 Mar 2016, 15:31
Forum: Ubuntu & Desktop Linux
Topic: FileBot won't start on RPi3
Replies: 12
Views: 6324

FileBot won't start on RPi3

Hey together,

once i launch Filebot via sudo java -jar /opt/share/filebot/Filebot.jar i get the following errors on output.

I switched my RPi 2 to a RPi3 and can't get it running until then..

Link to the output: http://imgur.com/DrgvVSh
by FadeAway12
05 Mar 2016, 15:35
Forum: Help and Support
Topic: Receiving xattr error
Replies: 4
Views: 5383

Re: Receiving xattr error

1. Ok great, -no-xattr will disable the error messages :) xattr is not compatible with exFat, right? 2. Honestly.. i can't figure out what you refer this to :D 3. I definitely will! Its amazing to learn a new operating system from the ground up. I just need to finish my own project. That is: Making ...
by FadeAway12
05 Mar 2016, 02:34
Forum: Help and Support
Topic: Receiving xattr error
Replies: 4
Views: 5383

Re: Receiving xattr error

Hoooray! pi@raspberrypi:~/scripts $ sudo ./tvrenamer.sh 05-03-2016-03:30:04 Rename episodes using [TheTVDB] Auto-detected query: [In aller Freundschaft] Fetching episode data for [In aller Freundschaft] Fetching episode data for [In aller Freundschaft – Die jungen Ärzte] [MOVE] Rename [/media/usbdri...
by FadeAway12
05 Mar 2016, 02:22
Forum: Help and Support
Topic: Receiving xattr error
Replies: 4
Views: 5383

Re: Receiving xattr error

After reading the aforementioned post again i edited my tvrenamer.sh and now get this Output: pi@raspberrypi:~/scripts $ sudo ./tvrenamer.sh 05-03-2016-03:19:58 Filename pattern: [1.00] SxE, [0.00] CWS Rename episodes using [TheTVDB] Auto-detected query: [In aller Freundschaft] Fetching episode data...
by FadeAway12
05 Mar 2016, 02:04
Forum: Help and Support
Topic: Receiving xattr error
Replies: 4
Views: 5383

Receiving xattr error

Input: pi@raspberrypi:~/scripts $ sudo ./tvrenamer.sh Script tvrenamer.sh: #!/bin/bash DATE_STAMP=` date +%d-%m-%Y-%T` echo ${DATE_STAMP} /opt/share/filebot/bin/filebot.sh -rename /media/usbdrive/Test/Download/* –format “/media/usbdrive/Test/TVSerien/{n}/Season {s}/{n} – {sxe} – {t}” –db thetvdb -no...
by FadeAway12
04 Mar 2016, 14:47
Forum: Scripting and Automation
Topic: Using Filebot on Raspberry Pi with Jdownloader 2
Replies: 4
Views: 3205

Re: Using Filebot on Raspberry Pi with Jdownloader 2

Cool thx! Quick question: As i am running Raspbian with the NOOBS package, will i still need to download a specific java package? From this question you can see i am quite new (but eager to learn ;))
by FadeAway12
04 Mar 2016, 11:28
Forum: Scripting and Automation
Topic: Using Filebot on Raspberry Pi with Jdownloader 2
Replies: 4
Views: 3205

Using Filebot on Raspberry Pi with Jdownloader 2

Hi together, i am quite new to Linux and wonder if a Raspberry Pi (3) might be powerful enough to run Filebot. As far as i understand right now jDownloader 2 is not officially supported by Filebot but Filebot can be triggered by the add on "event scripter". Is there maybe anyone here who m...
by FadeAway12
04 Mar 2016, 11:24
Forum: Scripting and Automation
Topic: Support for JDownloader
Replies: 8
Views: 7902

Re: Support for JDownloader

Any updates on this script? I am looking into jDownloader 2 ans filebot but tutorials are quite sparse concerning this combination..