Mik1ll / LuaRenamer

Lua file renaming and moving plugin for Shoko. Uses Lua 5.4.
GNU Lesser General Public License v3.0
12 stars 5 forks source link

Use episode updated event to run renamer #31

Open Terrails opened 7 months ago

Terrails commented 7 months ago

Currently, the renamer only runs on import and thats it. Due to that episodes with a title "Episode X" are not renamed to their actual name when/if it is eventually updated. It would be a nice addition to add an option to run the renamer whenever episode info is updated.

Mik1ll commented 7 months ago

TODO List/Blocking issues:

Mik1ll commented 7 months ago

Reference plugin that utilizes IShokoEventHandler

Terrails commented 5 months ago

The latest Shoko daily seems to run the renamer on this event now, so there should be no need to implement this anymore.