iiEpic / anime-dl_re-write

Re-write of Anime-dl
3 stars 0 forks source link

Add the option under the range argument to download first### or last### #3

Open axipher opened 4 years ago

axipher commented 4 years ago

Would it be feasible to add parsing to the range argument to specify somethings like "-rn first5" or "-rn last5" so skip the majority of videos on the episode list?

This would save me having to keep a copy of all the previous episodes of huge shows in the expected naming format when I store copies of them with the more typical SXXEYYY format for Plex.

iiEpic commented 4 years ago

You know I have coded wco-dl and made it save the files in that format but for some reason haven't transferred it over to this code haha.

Give me today and I'll fix the format, as for the range, why not do -rn 1-5? As for last 5 I would have to look into it. I'll play around with it though and let you know!

axipher commented 4 years ago

Thanks, right now I have a PowerShell Script that copies the files to the correct format using a REGEX so I'm not as concerned about the filename itself. I would definitely welcome the ability to use an argument like -ep or something to enable alternate file name saving.