Vipul Delwadia
Vipul Delwadia
I think what's happening is that the TVDB search is now returning "Better Call Saul Employee Training" as the first match when we search for "Better Call Saul", and TVRenamer...
Ok it looks like it's all migrated now: https://travis-ci.com/github/tvrenamer/tvrenamer The next time you push something can you make sure it builds there please?
Hi, please try the new beta 1.0b4 and let me know if it works for you: https://github.com/tvrenamer/tvrenamer/releases/tag/v1.0b4
I think at this point if you're looking to do API provider related changes, I'd highly recommend moving away from TheTVDB. They've introduced a fee for using the API, and...
I think showing a dialog or rejecting a change are not great experiences for the user. Ditto error when saving. I like the idea of the checkbox being greyed out,...
Hi there, There is an experimental CLI version you can try: [tvrenamer-0.8-SNAPSHOT-jar-with-dependencies.jar](https://drone.io/github.com/tvrenamer/tvrenamer/files/target/tvrenamer-0.8-SNAPSHOT-jar-with-dependencies.jar) Run it like so: `java -jar target/tvrenamer-0.8-SNAPSHOT-jar-with-dependencies.jar --watch ` You can also run it without `--watch` to rename...
First, some general comments about this change: The new API has paged episode listing, so I think you only get 100 per page, and have to ask for the rest...
Just a bit of context, the choice to use XML was (not really) related to the upstream provider using XML, it was more about the ease of use (at the...
What are the questions? 😛
If you're talking about localising the filenames then that'll be up to the provider's language support options. We could look to provide an interface to this in TVRenamer, but it...