feat: merge duplicate items across roots with combined releases
- Add root_id to Torrent type for per-torrent root tracking - Merge movies: combine all torrents, keep best metadata, sort by quality - Merge series: combine seasons/episodes/torrents across roots - Torrents are quality-sorted (resolution, HDR, DV, Atmos) across all roots - App.vue play/openFolder use torrent-specific root_id when available
This commit is contained in:
@@ -56,6 +56,7 @@ export interface Torrent {
|
||||
encoder: string | null;
|
||||
size: number | null;
|
||||
added_at: number | null;
|
||||
root_id?: string | null;
|
||||
}
|
||||
|
||||
export interface Movie {
|
||||
|
||||
Reference in New Issue
Block a user