Search found 11 matches
- 13 Dec 2019, 23:50
- Forum: Ubuntu & Desktop Linux
- Topic: System hangs/crashes when moving renamed files to samba mount
- Replies: 12
- Views: 8698
Re: System hangs/crashes when moving renamed files to samba mount
That makes sense. I guess my confusion is around what filebot is doing when renaming the files. Is it changing xattrs? If other programs or me manually renaming files doesn’t cause issues when I manually mv/cp why would anything renamed with Filebot?
- 13 Dec 2019, 23:19
- Forum: Ubuntu & Desktop Linux
- Topic: System hangs/crashes when moving renamed files to samba mount
- Replies: 12
- Views: 8698
Re: System hangs/crashes when moving renamed files to samba mount
The issue isn’t with filebot doing the actual move or copy. After renaming files manually with the GUI, I close filebot then drag-n-drop the files from my desktop directory to the samba mount. This is what fails. I’ve tried using cp and mv too but they also crash cinnamon. I wish I didn’t have to use ...
- 13 Dec 2019, 20:38
- Forum: Ubuntu & Desktop Linux
- Topic: System hangs/crashes when moving renamed files to samba mount
- Replies: 12
- Views: 8698
Re: System hangs/crashes when moving renamed files to samba mount
After further debugging, it looks like org.Nemo stops responding part way through the transfer. Checking the logs I'm seeing multiple errors around memory allocation, free pointers, and seg faults. I ran a cmp on files touched and untouched by filebot and they are exactly the same. It seems that ...
- 11 Dec 2019, 17:42
- Forum: Ubuntu & Desktop Linux
- Topic: System hangs/crashes when moving renamed files to samba mount
- Replies: 12
- Views: 8698
System hangs/crashes when moving renamed files to samba mount
Hi rednoah, Long time user/fan/donor/purchaser. Your software is fantastic and I will use it until my fingers fall off. I have a strange issue that I can't figure out, so hoping you could provide some insight. Anytime I rename a file (movie, tv, anime, doesn't matter) when I transfer the renamed ...
- 28 Jul 2016, 15:12
- Forum: Help and Support
- Topic: TheTVDB not working: [Fatal Error] :1:1: Content is not allowed in prolog
- Replies: 5
- Views: 4516
Re: TheTVDB not working: [Fatal Error] :1:1: Content is not allowed in prolog
Did clearing the cache resolve your issue? I was getting the same error message, but it was only a week or so ago for one episode. Since then everything has been working just fine. For me, the issue was sickrage kept trying to snatch the same episode day after day, but filebot wouldn't process it ...
- 26 Jun 2016, 03:55
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Thanks for the tip rednoah - I finally got it working. FYI to others trying to use an arguments text file, make sure there's no extra white spaces anywhere, especially at the end of commands. Was hunting awhile for my syntax error until I found the damn white space. Unfortunately I still had to ...
- 24 Jun 2016, 22:13
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
@rednoah - If I should start a new thread to not hijack this one, please let me know and I'll do it. I'm not sure if removing ut_title worked or not. I tried both with and without both ut_title and ut_dir but FileBot wasn't being called from qBT. Checked both FileBot and qBT logs but no external ...
- 24 Jun 2016, 03:18
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
qBT won't be able to replace the %variables if you do it like that though... Thanks for the correction. qBT properly parses the command now, I didn't know I could move everything but the %variables to the args.txt file. Thanks for the great tip. Unfortunately the command still fails, since with ...
- 23 Jun 2016, 01:38
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Could someone possibly give an example of this? I'm having trouble understanding what I need to do to set this up. I'm trying to use these arguments to process files. My guess is your command would be something like: "C:/Program Files/FileBot/filebot.launcher.exe" -script fn:amc --output "D ...
- 22 Jun 2016, 04:24
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Just FYI for those who updated to qBittorent 3.3.5, a length limit was accidentally imposed on the external command length. See github comment: https://github.com/qbittorrent/qBittorrent/issues/5399 Most likely this means your downloads aren't being processed by the AMC script. It looks like it's ...
- 12 Aug 2015, 17:09
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Hi alexander_q, qBittorrent is limited in that it does not create subdirectories for every torrent. It also doesn't pass the full filepath via "%f". This makes it impossible to effectively target AMC to the single torrent in question for every type of torrent. I mention this in a previous post ...