jslay88 / qbt_migrate

Migrate qBittorrent downloads
MIT License
162 stars 10 forks source link

small fixes and additions #17

Closed ghost closed 2 years ago

ghost commented 2 years ago
jslay88 commented 2 years ago

18 closes this

jslay88 commented 2 years ago

Sorry, waited forever for requested changes to be made and they weren’t. Was dealing with 7 issues at once. Will deal with it later.

On Thu, Feb 17, 2022 at 08:49 Peter Pagio @.***> wrote:

@.**** commented on this pull request.

In qbt_migrate/classes.py https://github.com/jslay88/qbt_migrate/pull/17#discussion_r809197114:

@@ -86,8 +90,9 @@ def discover_relevant_fast_resume(cls, bt_backup_path: str, existing_path: str, @classmethod def backup_folder(cls, folder_path: str, archive_path: str): cls.logger.info(f'Creating Archive {archive_path} ...')

  • files_to_archive = os.listdir(folder_path)

This fix was not implemented in #18 https://github.com/jslay88/qbt_migrate/pull/18 merge. This stops the issue of archiving the archive file if the backup dir was set to the archive path.

— Reply to this email directly, view it on GitHub https://github.com/jslay88/qbt_migrate/pull/17#pullrequestreview-886169207, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABO7UUL4AUZMAYXWL5P3AJLU3UKHHANCNFSM5NQQU3ZQ . You are receiving this because you modified the open/close state.Message ID: @.***>

ghost commented 2 years ago

No problem! Thanks for your hard work.

On 2/17/2022 9:56 AM, jslay88 wrote:

Sorry, waited forever for requested changes to be made and they weren’t. Was dealing with 7 issues at once. Will deal with it later.

On Thu, Feb 17, 2022 at 08:49 Peter Pagio @.***> wrote:

@.**** commented on this pull request.

In qbt_migrate/classes.py https://github.com/jslay88/qbt_migrate/pull/17#discussion_r809197114:

@@ -86,8 +90,9 @@ def discover_relevant_fast_resume(cls, bt_backup_path: str, existing_path: str, @classmethod def backup_folder(cls, folder_path: str, archive_path: str): cls.logger.info(f'Creating Archive {archive_path} ...')

  • files_to_archive = os.listdir(folder_path)

This fix was not implemented in #18 https://github.com/jslay88/qbt_migrate/pull/18 merge. This stops the issue of archiving the archive file if the backup dir was set to the archive path.

— Reply to this email directly, view it on GitHub

https://github.com/jslay88/qbt_migrate/pull/17#pullrequestreview-886169207, or unsubscribe

https://github.com/notifications/unsubscribe-auth/ABO7UUL4AUZMAYXWL5P3AJLU3UKHHANCNFSM5NQQU3ZQ . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/jslay88/qbt_migrate/pull/17#issuecomment-1043112295, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO3JPDRVSIUEIVSMWWN5RKLU3ULD3ANCNFSM5NQQU3ZQ. You are receiving this because you authored the thread.Message ID: @.***>

jslay88 commented 2 years ago

21