sun-jiao / flut-renamer

Flut Renamer - A bulk file renamer written in flutter (dart). Available on Linux, Windows, Android, iOS and macOS.
GNU General Public License v3.0
508 stars 10 forks source link

Add support for TV series rename #24

Open Tarek-Hasan opened 4 months ago

Tarek-Hasan commented 4 months ago

Please, add support for TV/Web series rename like TV Rename, which uses The TVDB for data. Additionally, function to automatically sort to episode number so wrong title is not assigned.

I don't want to use a different renamer app, just for renaming TV series - a feature I may use once or twice a year. Also, TV Rename is a media management tool where I just want to simply rename episodes.

sun-jiao commented 4 months ago

Seems The TVDB is an online database, right?

Tarek-Hasan commented 4 months ago

Yes, and here is the TVDB API.

sun-jiao commented 4 months ago

I'm not currently considering adding any functionality that relies on the internet.