There's a problem I've been tracking down for a couple of days now, and the result of this problem is that Kodi doesn't not scan TV Shows that get processed via FileBot into the library, and I posted a thread about it over at Kodi forums to find out that the cause of it is that the `tvshow.nfo` file that FileBot creates for each Show doesn't contain the `<episodeguide>` tag, and to Kodi the following is a requirement:
I searched about this problem over at FileBot's forums, and they say the .nfo file missing the `<episodeguide>` tag is due to TheTVDB API limitations, and the only work around is to add `--def artwork=n` flag so FileBot won't create the .nfo all together.
here's my Kodi thread with all the info and the logs, and here's the FileBot forums thread that I'm referring to.
any ideas ?
Firmware version: 4.3.6.0895
Model name: QNAP TS-253Be
I applied the suggested fix which is adding `--def artwork=n` flag to FileBot command, I did that by changing the file `/usr/bin/rtorrent/binfilebot-postprocess.sh` line:297
and FileBot doesn't add .nfo files for each episode, nor it has the `<episodeguide>` in the .nfo that gets created in the Show's directory.f you choose not to use nfo files for each episode, but only for the main TV Show, then the tvshow.nfo file must contain a valid <episodeguideurl> to allow online updates. If not, only episodes with .nfo files will be added.
I searched about this problem over at FileBot's forums, and they say the .nfo file missing the `<episodeguide>` tag is due to TheTVDB API limitations, and the only work around is to add `--def artwork=n` flag so FileBot won't create the .nfo all together.
here's my Kodi thread with all the info and the logs, and here's the FileBot forums thread that I'm referring to.
any ideas ?
Firmware version: 4.3.6.0895
Model name: QNAP TS-253Be
I applied the suggested fix which is adding `--def artwork=n` flag to FileBot command, I did that by changing the file `/usr/bin/rtorrent/binfilebot-postprocess.sh` line:297