Add functionality to rename series folder on disk

Currently, when users want to change the name of the folder where a show is stored, they need to manually rename it on-disk and then go to Sonarr and adjust the path in the series settings. This is more complicated than necessary, and it maybe even exposes the user to a “race condition” in case a download finishes just between the two steps. I’m not sure what would happen then…

Why not change the edit interface so that users can not only change the path but optionally have it renamed from within the UI?

1 Like

That race condition is an edge case when you’re actively downloading something. This is already on Trello though: https://trello.com/c/fcECCf7r/887-series-editor-option-to-update-series-folder-name

Dang! I didn’t consider searching for “update” instead of “rename”. Thanks!