Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem committed Jan 30, 2024
1 parent c04b0c8 commit 85fbc85
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/lb_radio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,16 @@ is likely going to create a playlist with familiar music, and a hard playlist ma
Syntax Notes
------------

The syntax attempts to be intuitive and simple, but it does have some limitations. The artist: entity has the most tricky restrictions
because it should accept the full name of an artist. For latin character sets, the short form for an artist name can be used:
Artist and tag names are the tricky bits to specify in a prompt, so they must be enclosed with ():

::

artist:(Blümchen)
artist:(The Knife)

But, if you need other unicode characters, the name must be enclosed by ():

::

tag:(deep house)
artist:(Мумий Тролль)

Furthermore, artist names must be spelled exactly as their appear in MusicBrainz.
Furthermore, artist names must be spelled exactly as their appear in MusicBrainz. If you have difficulty specifying the
correct artist, you can use an artist MBID to be very precise.

Tags have similar restrictions. If a tag you'd like to specify has no spaces or non-latin unicode characters you may use:

Expand Down

0 comments on commit 85fbc85

Please sign in to comment.