Alok Saboo
Alok Saboo
@snejus This looks useful for something that I using. If I am using something like `query = MatchQuery("plex_ratingkey", track.ratingKey, fast=False)` to match on the flexible attribute `plex_ratingkey`, will it work...
This has everything we need - https://python-plexapi.readthedocs.io/en/latest/modules/audio.html
I like the idea of configuring inputs (with sensible defaults) that other auto-taggers could follow.
@raphaelyancey I have manually defined genres. Most of my music is Bollywood songs. For international music, Discogs mostly defaults to genres like Folk, World, & Country, Stage & Screen. It...
Wondering if [this](https://beets.readthedocs.io/en/stable/guides/main.html#installing-on-windows) is a better place to link the same.
`beet ls -f '$path' album:"Zero 7"` should work. `album:"Record"` will return all tracks with `Record` in album name.
You can add another field: `beet ls -f '$path' artist:"Zero 7" album:"Record"`
also, try `:~` instead of `:=`. I had some issues with `:=`
In general, it is a good idea to include a timeout. I don't see a downside.
Here's a stack trace that I get sometimes after it hangs for a long time: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py",...