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

Mass Editor doesn't seem to work #17

Closed
kahn10 opened this issue May 9, 2020 · 3 comments
Closed

Mass Editor doesn't seem to work #17

kahn10 opened this issue May 9, 2020 · 3 comments
Labels
Status: Waiting for OP Action Required from OP

Comments

@kahn10
Copy link

kahn10 commented May 9, 2020

Describe the bug
I've selected a large number of books and tried to change the root folder as well as add a tag. I've tried both selecting all the files (including ones which are present in the destination folder) and only ones which need to be moved. I don't see anything pending in the tasks list related to this, though I am currently doing a large import. At some point I was able to get files to move successfully, though I'm not sure what is different between the two situations. I have tried both selecting "move files" and "don't move files". Adding tags similarly doesn't seem to work. Selecting only one author also doesn't work.

I have tried stopping and restarting my server several times to no effect. The program is able to read and write to both folders.

To Reproduce
Add books to list.
Go to Mass Editor
Select books to move
select destination folder at the bottom

Expected behavior
The files should update their location

Logs
There is nothing in the logs which indicate attempt or failure to change the folder

System info (please complete the following information):

  • Readarr Version: 0.1.0.60 - docker (also occurred in 0.1.0.58)
  • Operating System: MacOS 10.13.6 (High Sierra)
  • .net Framework (Windows) or mono (macOS/Linux) Version: Unknown
    Issuing "mono --version" in the docker image returns "mono: not found"

AB#1056

@bakerboy448
Copy link
Contributor

Is this still occurring on recent builds?

@kahn10
Copy link
Author

kahn10 commented Apr 12, 2021

This problem seems to still be an issue. I just tested on on the most recent nightly and it does not change the root folder.

@bakerboy448 bakerboy448 added todo and removed todo labels Jun 29, 2021
@bakerboy448
Copy link
Contributor

Cannot reproduce this on 0.1.0.792 Ubuntu 20.04

Mass Editor -> Select an Author -> Change Root Folder -> Yes Move Files.

2021-07-03 11:46:12.0|Trace|AuthorService|Changing path for Nicholas Sparks to /data/media/media/books-tmp/Nicholas Sparks
2021-07-03 11:46:12.0|Trace|CommandExecutor|BulkMoveAuthorCommand -> MoveAuthorService
2021-07-03 11:46:12.0|Trace|CommandQueueManager|Marking command as started: BulkMoveAuthor
2021-07-03 11:46:12.0|Trace|EventAggregator|Publishing CommandUpdatedEvent
2021-07-03 11:46:12.0|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2021-07-03 11:46:12.0|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2021-07-03 11:46:12.0|Info|MoveAuthorService|Moving 1 author to '/data/media/media/books-tmp/'
2021-07-03 11:46:12.0|Trace|EventAggregator|Publishing CommandUpdatedEvent
2021-07-03 11:46:12.0|Debug|AuthorService|1 authors updated
2021-07-03 11:46:12.0|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2021-07-03 11:46:12.0|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2021-07-03 11:46:12.0|Trace|Http|Res: 954 [PUT] /readarr/api/v1/author/editor: 202.Accepted (180 ms)
2021-07-03 11:46:12.0|Info|MoveAuthorService|Moving Nicholas Sparks from '/data/media/media/books/Nicholas Sparks' to '/data/media/media/books-tmp/Nicholas Sparks' (1/1)
2021-07-03 11:46:12.0|Trace|EventAggregator|Publishing CommandUpdatedEvent
2021-07-03 11:46:12.0|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2021-07-03 11:46:12.0|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2021-07-03 11:46:12.0|Trace|RootFolderWatchingService|reporting start of change to /data/media/media/books/Nicholas Sparks
2021-07-03 11:46:12.0|Trace|RootFolderWatchingService|reporting start of change to /data/media/media/books-tmp/Nicholas Sparks
2021-07-03 11:46:12.0|Debug|DiskTransferService|Move Directory [/data/media/media/books/Nicholas Sparks] > [/data/media/media/books-tmp/Nicholas Sparks]
2021-07-03 11:46:12.1|Debug|DiskTransferService|Rename Directory [/data/media/media/books/Nicholas Sparks] > [/data/media/media/books-tmp/Nicholas Sparks]
2021-07-03 11:46:12.1|Info|MoveAuthorService|Nicholas Sparks moved successfully to /data/media/media/books-tmp/Nicholas Sparks

Closing

Can reopen if needed.... if/when trace logs and file system ls-lha are provided that demonstrate this issue exists

@bakerboy448 bakerboy448 added the Status: Waiting for OP Action Required from OP label Jul 3, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Waiting for OP Action Required from OP
Projects
None yet
Development

No branches or pull requests

2 participants