Search found 24 matches
- 04 Apr 2020, 17:20
- Forum: Ubuntu & Desktop Linux
- Topic: Failed to retrieve authorization token due to network or server error: Read timed out
- Replies: 2
- Views: 3198
Re: Failed to retrieve authorization token due to network or server error: Read timed out
Ok Thanks, will try again tomorrow. In the meantime TheMovieDB worked.
- 04 Apr 2020, 13:02
- Forum: Ubuntu & Desktop Linux
- Topic: Failed to retrieve authorization token due to network or server error: Read timed out
- Replies: 2
- Views: 3198
Failed to retrieve authorization token due to network or server error: Read timed out
Hi, to day I have a lot of error for renaming file using theTVDB:
here are the error :
(1:1866)# filebot -rename *.* --q "Happay Days - Les jours heureux" --db TheTVDB --format "{S00E00} - {t} {vF} {VC}" --lang fr -no-xattr
Rename episodes using [TheTVDB] with [Airdate Order]
Fetch failed: https ...
here are the error :
(1:1866)# filebot -rename *.* --q "Happay Days - Les jours heureux" --db TheTVDB --format "{S00E00} - {t} {vF} {VC}" --lang fr -no-xattr
Rename episodes using [TheTVDB] with [Airdate Order]
Fetch failed: https ...
- 27 Nov 2019, 18:52
- Forum: Ubuntu & Desktop Linux
- Topic: Error in log file Bad License (when running as root)
- Replies: 4
- Views: 4021
Re: Error in log file Bad License (when running as root)
Ok thanks, was aware for the user and home directory, but was not sure if root was considered a user. Looks like it's working now.
- 27 Nov 2019, 07:06
- Forum: Ubuntu & Desktop Linux
- Topic: Error in log file Bad License (when running as root)
- Replies: 4
- Views: 4021
Re: Error in log file Bad License
ok, thanks, does this include root ?
- 26 Nov 2019, 22:59
- Forum: Ubuntu & Desktop Linux
- Topic: Error in log file Bad License (when running as root)
- Replies: 4
- Views: 4021
Error in log file Bad License (when running as root)
Hi, I don't know why but it looks like that my license doesn't stay activated, I did a test earlier where I did register my license again :
Activate License P9234058
Write [FileBot License P9234058 (Valid-Until: 2020-09-10)] to [/home/xxxxxxx/.filebot/license.txt]
FileBot License P9234058 (Valid ...
Activate License P9234058
Write [FileBot License P9234058 (Valid-Until: 2020-09-10)] to [/home/xxxxxxx/.filebot/license.txt]
FileBot License P9234058 (Valid ...
- 07 Oct 2018, 13:43
- Forum: Scripting and Automation
- Topic: Illegal usage: use either script parameters [...] or file arguments [....]
- Replies: 2
- Views: 2667
Re: Illegal usage: use either script parameters [...] or file arguments [....]
Oh SHIT, I have look at the code I dont know how many times, and I completly missed the 1st mistake, sometimes 4 eyes are better than 2.
Thanks a lot.
Thanks a lot.
- 07 Oct 2018, 09:34
- Forum: Scripting and Automation
- Topic: Illegal usage: use either script parameters [...] or file arguments [....]
- Replies: 2
- Views: 2667
Illegal usage: use either script parameters [...] or file arguments [....]
Ok I have this problem I can resolve
Here is the error
Illegal usage: use either script parameters [dir:£ARG_PATH, kind:multi, title:Nirvana] or file arguments [Unplugged, DVDRIP, H264, DTS, AC3-FwD.mkv, ut_label=movie] but not both
The part of the script concern is this :
elif [ "$ARG_LABEL ...
Here is the error
Illegal usage: use either script parameters [dir:£ARG_PATH, kind:multi, title:Nirvana] or file arguments [Unplugged, DVDRIP, H264, DTS, AC3-FwD.mkv, ut_label=movie] but not both
The part of the script concern is this :
elif [ "$ARG_LABEL ...
- 16 Sep 2018, 19:26
- Forum: Scripting and Automation
- Topic: Looking for explanation ut_xxxx
- Replies: 11
- Views: 10911
Re: Looking for explanation ut_xxxx
Ok thanks again for your help.
I m looking for the rtorrent problem with the directory.
Here is the output of what you asked
(1:581)# filebot -script fn:sysinfo
FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode ...
I m looking for the rtorrent problem with the directory.
Here is the output of what you asked
(1:581)# filebot -script fn:sysinfo
FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode ...
- 16 Sep 2018, 07:07
- Forum: Scripting and Automation
- Topic: Looking for explanation ut_xxxx
- Replies: 11
- Views: 10911
Re: Looking for explanation ut_xxxx
Here is the full log
Run script [fn:amc] at [Sun Sep 16 09:06:10 CEST 2018]
Parameter: movieFormat = {lable}/films/{localize.French.n} ({y})
Parameter: seriesFormat = {label}/series/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {s00e00}
Parameter: animeFormat = {label}/{n}/{episode ...
Run script [fn:amc] at [Sun Sep 16 09:06:10 CEST 2018]
Parameter: movieFormat = {lable}/films/{localize.French.n} ({y})
Parameter: seriesFormat = {label}/series/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {s00e00}
Parameter: animeFormat = {label}/{n}/{episode ...
- 15 Sep 2018, 22:35
- Forum: Scripting and Automation
- Topic: Looking for explanation ut_xxxx
- Replies: 11
- Views: 10911
Re: Looking for explanation ut_xxxx
Well --def is already in the scriptin front of movieFormat.
- 14 Sep 2018, 20:22
- Forum: Scripting and Automation
- Topic: Looking for explanation ut_xxxx
- Replies: 11
- Views: 10911
Re: Looking for explanation ut_xxxx
Thanks rednoah, that's what I tried, but it doesnt seems to work for me.
I use this script :
#!/bin/sh -xu
# Input Parameters
ARG_PATH="$1"
ARG_NAME="$2"
ARG_LABEL="$3"
export LANG="fr_FR.UTF-8"
export LC_ALL="fr_FR.UTF-8"
# Configuration
CONFIG_OUTPUT="$/home/francky/media"
filebot -script ...
I use this script :
#!/bin/sh -xu
# Input Parameters
ARG_PATH="$1"
ARG_NAME="$2"
ARG_LABEL="$3"
export LANG="fr_FR.UTF-8"
export LC_ALL="fr_FR.UTF-8"
# Configuration
CONFIG_OUTPUT="$/home/francky/media"
filebot -script ...
- 12 Sep 2018, 18:54
- Forum: Scripting and Automation
- Topic: Looking for explanation ut_xxxx
- Replies: 11
- Views: 10911
Re: Looking for explanation ut_xxxx
Ok after more investigation, it looks like I might need them, since I want to symlink the file to their own directory according to the Label in rtorrent.
But it's a mystery to me how to get it, and how to use it.
But it's a mystery to me how to get it, and how to use it.
- 12 Sep 2018, 10:44
- Forum: Scripting and Automation
- Topic: Looking for explanation ut_xxxx
- Replies: 11
- Views: 10911
Re: Looking for explenation ut_xxxx
Ok I think I have found, ut looks like utorrent, and it looks like they are the variable for each category ( Label, Title etc...), am I correct ?
So if I use rtorrent, I dont need these paramaters.
So if I use rtorrent, I dont need these paramaters.
- 12 Sep 2018, 09:56
- Forum: Scripting and Automation
- Topic: Looking for explanation ut_xxxx
- Replies: 11
- Views: 10911
Looking for explanation ut_xxxx
Hi, is there somewhere the explanation of what is it, and how to use the argument : ut_label and all ut_xxx
Thanks
Thanks
- 11 Sep 2018, 16:47
- Forum: Windows
- Topic: GUI edit format
- Replies: 2
- Views: 2974
Re: GUI edit format
yep excellent, thanks for the tip.
- 11 Sep 2018, 16:01
- Forum: Windows
- Topic: Can I convert a Windows 10 purchase to a universal license?
- Replies: 8
- Views: 7471
Re: Can I convert a Windows 10 purchase to a universal license?
Honnestly, and without being rude, you can purchase the annual for just 6$, rednoah deserves it for this amzing software. That's what I did, I had the windows 10 bought on MS store, and purchase the 6$ annual license for Linux.
- 11 Sep 2018, 15:48
- Forum: Windows
- Topic: GUI edit format
- Replies: 2
- Views: 2974
GUI edit format
Hi, is it possible to change the example of the movie or the serie to test, I would like to import one or two of my files to test the language selection.
- 09 Sep 2018, 07:01
- Forum: Ubuntu & Desktop Linux
- Topic: java.awt.AWTError: Can't connect to X11 window server using '<IP>:0.0' as the value of the DISPLAY variable.
- Replies: 3
- Views: 3728
Re: java.awt.AWTError: Can't connect to X11 window server using '<IP>:0.0' as the value of the DISPLAY variable.
OK thank you, I am on a server with no GUI install.
- 09 Sep 2018, 01:32
- Forum: Ubuntu & Desktop Linux
- Topic: java.awt.AWTError: Can't connect to X11 window server using '<IP>:0.0' as the value of the DISPLAY variable.
- Replies: 3
- Views: 3728
java.awt.AWTError: Can't connect to X11 window server using '<IP>:0.0' as the value of the DISPLAY variable.
OK so I have install filebot 4.8.2 from the debian repository, java is installed and Java_Home define.
(1:92)# filebot -version
FileBot 4.8.2 (r5789) / Java(TM) SE Runtime Environment 10.0.2 / Linux 4.15.0-33-generic (amd64)
(1:95)# echo $JAVA_HOME
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java ...
(1:92)# filebot -version
FileBot 4.8.2 (r5789) / Java(TM) SE Runtime Environment 10.0.2 / Linux 4.15.0-33-generic (amd64)
(1:95)# echo $JAVA_HOME
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java ...
- 08 Sep 2018, 23:40
- Forum: Ubuntu & Desktop Linux
- Topic: Comments on [SNAP] Ubuntu package
- Replies: 3
- Views: 2720
Re: [SNAP] Ubuntu package
OK it was snap that was not install on my Ubuntu 16.04 minimal.
- 05 Sep 2018, 12:57
- Forum: Ubuntu & Desktop Linux
- Topic: Comments on [SNAP] Ubuntu package
- Replies: 3
- Views: 2720
Re: [SNAP] Ubuntu package
Ok thank you, I think SNAP worked, because I can see the process of installation of Filebot, but then Filebot is not recognise as a command. I will try with the DEB package.
Thanks.
Thanks.
- 05 Sep 2018, 07:13
- Forum: Ubuntu & Desktop Linux
- Topic: Comments on [SNAP] Ubuntu package
- Replies: 3
- Views: 2720
Comments on [SNAP] Ubuntu package
Hi I have install filebot using the command above in the 1st post, but if I type
I get the answer : filebot command not found
Is there anything else to peform the full installation. I will then install my cross platform licence.
Code: Select all
sudo filebot -versionIs there anything else to peform the full installation. I will then install my cross platform licence.
- 07 Aug 2018, 19:50
- Forum: Feature Requests and Bug Reports
- Topic: Drag and drop bug
- Replies: 2
- Views: 2143
Re: Drag and drop bug
OK thanks for the explanation, I had never noticed that. Will modify my review, and you have won your 5th star 
- 07 Aug 2018, 19:13
- Forum: Feature Requests and Bug Reports
- Topic: Drag and drop bug
- Replies: 2
- Views: 2143
Drag and drop bug
Hi, here is an explicit video of the problem :
https://www.dropbox.com/s/1w9grcgqjyzxa ... t.mp4?dl=0
Could not reproduce the second bug, I talked about in my review on Microsoft market, due to file already sorted. Will try to reproduce it, since I had it twice today.
https://www.dropbox.com/s/1w9grcgqjyzxa ... t.mp4?dl=0
Could not reproduce the second bug, I talked about in my review on Microsoft market, due to file already sorted. Will try to reproduce it, since I had it twice today.