arfoll / unrarall

bash script to unrar everything and cleanup in a given directory
GNU General Public License v3.0
261 stars 68 forks source link

FR: Move subtitle files to main dir #32

Closed Ruvetuve closed 7 years ago

Ruvetuve commented 8 years ago

Hi,

Unrarring sub files goes well (needs a couple of unpack iterations). I want to automatically move IDX, SUB and SRT files from the Subs directory to the main directory of the video/rar file(s).

Can this be added? Thanks!

delcypher commented 7 years ago

@Ruvetuve You can write a clean up hook to do this. See the unrarall_clean_* functions in the script (also see the HACKING file) . If you get it working feel free to create a pull request for this feature.

Ruvetuve commented 7 years ago

Hehe guess what. Created this hook today, no kidding! Nice timing haha. I'll see how I can add this hook to a pull request. Thanks