Alok Saboo
Alok Saboo
@sampsyo Yes, I have tested it, and it is ready to be merged. I made minor changes to the `process_tracks` function in `lastimport` to improve error handling and reuse the...
Yes, all the elements could (and should) be configured. We still need to carefully think about how to use them (which is why I called this PR `initial version` 😉)....
@Serene-Arc I will try to extend this plugin to include playlist uploads. The song-matching issue could be on LB's end...see a related [issue](https://community.metabrainz.org/t/how-is-listenbrainz-failing-to-identity-the-correct-recording/639331).
That is correct...the album is already imported to the beets library with any of the tag sources (e.g., Spotify) and needs to be submitted to MB.
Another error that I encountered today (no `status_code`). Dumping here for reference: ```bash Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line...
Spotipy has a well-developed retry logic (and a lot of other features) and is very well-maintained. I use it in my other plugin and have been very happy with it....
There is a [language](https://beets.readthedocs.io/en/stable/reference/config.html#languages) option in the config.
Interestingly, I don't even have `languages` in my config, but I have never seen this before. Is it possible that your location settings are not right?
I would love this feature to be added and will be happy to test things out once the docs are added.
I don't have a paid Tidal account to test this, but the code looks fine to me (some minor comments). I just checked and the free version works for albums/tracks...