jobobby04 / TachiyomiSY

Free and open source manga reader for Android
Apache License 2.0
2.88k stars 156 forks source link

using custom title name as path when download #1237

Open l2eused opened 3 months ago

l2eused commented 3 months ago

Describe your suggested feature

Since tachiSY have feature to edit custom info for any items in library, it should also use that new info when downloading as path

for example:

  1. add "This is manga title name" to library
  2. in hamburger menu, choose Edit info
  3. change title name to "New title name is here"
  4. download chapter

for now: in download path, it will show as /location/downloads/This is manga title name/chapter...

this new feature should show path as /location/downloads/New title name is here/chapter... instead

Other details

with this feature, it will also fix error when downloading item that has veryyy long title name (especially in new manga that using manga description as their name TT)

p.s in lastest preview, when downloading long title name, it can downloaded the first chapter only.

Acknowledgements