codenotworking

Results 2 issues of codenotworking

I'm currently using [copyTime](https://github.com/Arieleg/mpv-copyTime) with mpv. It would be awesome if **seek-to** could also accept pasting the timestamp.

I'm running Python 3.8.7, on Windows 10 64-bit. ``` album = deezer.get_album("100837152") listTrackIDs = [data["id"] for data in album["tracks"]["data"]] for track_id in listTrackIDs: track = deezer.get_track(track_id) quality = deezer.get_track_valid_quality(track["info"]) print(quality)...