bvanheu / pytoutv

TOU.TV client library and user interfaces written in Python 3
96 stars 23 forks source link

Episode will be re-downloaded if its bitrate changes slightly #107

Closed gboudreau closed 7 years ago

gboudreau commented 7 years ago

Maybe we shouldn't use the bitrate in the filename, because sometimes, episodes will be re-downloaded because the bitrate changes slightly: 3122 kbps to 3126 kbps...

Old: Vérités.et.conséquences.avec.Louis.T..S01E05.Épisode.05.3122kbps.ts New: Vérités.et.conséquences.avec.Louis.T..S01E05.Épisode.05.3126kbps.ts

Maybe we should name the file using the qualifier we use to select which version to download (MIN, MAX, NORMAL) instead.