Page 1 of 1

Need to debug.

Posted: 01 May 2024, 10:34
by tfonias74
Hello, I am using an older version on a Raspberry Pi (4.7.9).

Since yesterday, it stopped identifying/renaming files (last thing I did was delete cache).
Failed to identify or process any files
Failed to match files to episode data

Code: Select all

filebot -list --q "Futurama" --db TheMovieDB::TV --filter "s == 1"
works ok.
Also

Code: Select all

filebot -mediainfo -r
works ok.
Is there a way to debug?

Thanks in advance.

Re: Need to debug.

Posted: 01 May 2024, 20:18
by rednoah
I would recommend upgrading the the latest version. FileBot 4.7.9 is unchanged since 2017. I haven't run tests or debugged the code since. Probably mostly doesn't work anymore. The offline features probably age a lot better than online features.



:idea: Here's what I get with the latest release:

Console Output: Select all

$ filebot -list --q "Futurama" --db TheMovieDB::TV --filter "s == 1"
Apply filter [s == 1] on [150] options
Include [Futurama - 1x01 - Space Pilot 3000]
Include [Futurama - 1x02 - The Series Has Landed]
Include [Futurama - 1x03 - I, Roommate]
Include [Futurama - 1x04 - Love's Labours Lost in Space]
Include [Futurama - 1x05 - Fear of a Bot Planet]
Include [Futurama - 1x06 - A Fishful of Dollars]
Include [Futurama - 1x07 - My Three Suns]
Include [Futurama - 1x08 - A Big Piece of Garbage]
Include [Futurama - 1x09 - Hell Is Other Robots]
[9] options remaining
Futurama - 1x01 - Space Pilot 3000
Futurama - 1x02 - The Series Has Landed
Futurama - 1x03 - I, Roommate
Futurama - 1x04 - Love's Labours Lost in Space
Futurama - 1x05 - Fear of a Bot Planet
Futurama - 1x06 - A Fishful of Dollars
Futurama - 1x07 - My Three Suns
Futurama - 1x08 - A Big Piece of Garbage
Futurama - 1x09 - Hell Is Other Robots

Re: Need to debug.

Posted: 02 May 2024, 06:15
by tfonias74
Thanks for the reply, Is ubuntu/Debian supported or I am going to have issue with new versions? I am asking because the Pi flavors are not always compatible.

Re: Need to debug.

Posted: 02 May 2024, 12:15
by rednoah
Yes. You can use apt to install filebot on any Ubuntu / Debian machine:
https://www.filebot.net/linux/apt.html



:idea: Debian is the most popular Linux platform. The Raspberry Pi 4 is standard aarch64 CPU architecture. You will not have compatibility issues running standard software for years and decades.

Re: Need to debug.

Posted: 05 Jun 2025, 14:33
by rednoah