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

Prefer/Prioritize specific location (by folder) #59

Open
IceToast opened this issue Jun 18, 2024 · 0 comments
Open

Prefer/Prioritize specific location (by folder) #59

IceToast opened this issue Jun 18, 2024 · 0 comments

Comments

@IceToast
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant