karamanolev / WhatManager2

Torrent management system based on Django and Transmission
MIT License
153 stars 25 forks source link

Transcode upload fails because of missing edition information #123

Closed OdinGitDat closed 4 years ago

OdinGitDat commented 5 years ago

Following error is thrown when the FLAC being transcoded does not have edition information added. Exception(Error uploading data to Redacted. Errors: Year of remaster/re-issue must be entered.) Easily fixed by adding that information to the original torrent, but maybe something that can be integrated into wm.

karamanolev commented 5 years ago

@OdinGitDat Wouldn't this essentially be editing torrent metadata from within WM? I'm skeptical about this, you can probably tell why.

OdinGitDat commented 5 years ago

Well since redacted stopped allowing 'original release' uploads there are a lot of existing torrents left with no edition information. When transcoding one of these files it would be sensible to set 'edition year' to equal 'Initial year' on the upload page. That's my opinion though.