You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have version across multiple directories like 720p in /my/storage01/series-name/S01/episode_720p.mp4 and /my/storage02/series-name/S01/episode_2160p.mp4. Or i have the same version across different storages (e.g. local vs. off-site).
My idea of this feature would be to set a location that is preferred to be the version that others get merged into. That would result in the preferred location being the first selected when opening a episode/movie. My intention is to always have the "local" version (in storage02) be the main version.
I've looked into the code and thought that should be too hard to implement. It would be possible to either extend the check in the MergeVersions method that the "main" item selected matches the location, if there is none that does, ignore it.
Or sort the duplicate epidsodes in the "MergeEpisodes" Method at the select linq expression.
The text was updated successfully, but these errors were encountered:
I have version across multiple directories like 720p in
/my/storage01/series-name/S01/episode_720p.mp4
and/my/storage02/series-name/S01/episode_2160p.mp4
. Or i have the same version across different storages (e.g. local vs. off-site).My idea of this feature would be to set a location that is preferred to be the version that others get merged into. That would result in the preferred location being the first selected when opening a episode/movie. My intention is to always have the "local" version (in storage02) be the main version.
I've looked into the code and thought that should be too hard to implement. It would be possible to either extend the check in the MergeVersions method that the "main" item selected matches the location, if there is none that does, ignore it.
Or sort the duplicate epidsodes in the "MergeEpisodes" Method at the select linq expression.
The text was updated successfully, but these errors were encountered: