jarmo / service.subtitles.subscene

service.subtitles.subscene
GNU General Public License v2.0
13 stars 6 forks source link

Filename search is broken, tuple unpacking #4

Closed AlexVallat closed 3 years ago

AlexVallat commented 4 years ago

Is str() here right? It breaks unpacking of the getCleanMovieTitle result tuple...

https://github.com/jarmo/service.subtitles.subscene/blob/97e0f204e63d960ba1659ed78d0c5949022f1266/service.py#L353

StefanRvO commented 4 years ago

I got the same issue. Fixed if the str() call is removed. I don't see how it can work to unpack the stringified tuple.