GTK3-based TV Series Renamer

I've also developed another GTK3-based application Rust to ease the process of renaming TV series with support for inserting titles obtained from TVDB into the filenames and templates so that you can choose your own naming scheme.

Screenshot

The GTK3 GUI is enabled by building it with --features "enable_gtk" and running the application with the --gui flag.

this looks cool, but... link to code?

@eminence Sorry, I forgot to link it, I will update the post.

Nice,
I was thinking about adding some GUI to a cli-app of mine.
How good is the X-Platform story of gtk-rs though, does it also work in windows?

[quote="hoodie, post:4, topic:5867"]
How good is the X-Platform story of gtk-rs though, does it also work in windows?
[/quote]It does (only tested with *-gnu targets), we try to stay platform-neutral. GTK+ itself could give you some issues on Windows.

1 Like