Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appending date to album's folder name like BugsPy #73

Closed
snowbie opened this issue Dec 29, 2022 · 1 comment
Closed

Appending date to album's folder name like BugsPy #73

snowbie opened this issue Dec 29, 2022 · 1 comment
Assignees
Labels
bugs.co.kr Related to Bugs.co.kr webstore enhancement New feature or request

Comments

@snowbie
Copy link

snowbie commented Dec 29, 2022

I've just renewed my Bugs subscripiton after a long period and did some tests with this (thanks for maintaining this by the way!), and I've noticed publication dates are no longer appended to the folder name..
For example, the original BugsPy

015B
-----015B - Second Episode [1991.05.01]
-----015B - The Fourth Movement [1993.09.01]

With rsack

015B
-----015B - Second Episode
-----015B - The Fourth Movement

It's a pretty small thing, but since each folder is named differently, updating my collection will duplicate my entire library.
A BugsPy compatible naming setting would be nice. If not a setting, can you tell me what needs to be added to fix this? I skimmed through the code and couldn't find the line that addresses this, though I'm not very good at Python.

@Slyyxp Slyyxp added enhancement New feature or request bugs.co.kr Related to Bugs.co.kr webstore labels Dec 29, 2022
@Slyyxp Slyyxp self-assigned this Dec 29, 2022
@Slyyxp Slyyxp closed this as completed in b51efc0 Dec 29, 2022
@Slyyxp
Copy link
Owner

Slyyxp commented Dec 29, 2022

Re-Install from source:

$ pip uninstall rsack
$ git clone https://github.com/Slyyxp/rsack.git
$ cd rsack
$ python setup.py install

Refer to the configuration example for appending date:
https://github.com/Slyyxp/rsack/blob/master/rsack_settings.ini.example

0.725 will not be uploaded to pip, I am not happy with the current configuration setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs.co.kr Related to Bugs.co.kr webstore enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants