Fix formatting issues

This commit is contained in:
Matt 2020-02-09 14:39:36 -05:00
parent 774f833b0e
commit dbe5a7f7c3
2 changed files with 4 additions and 4 deletions

View File

@ -42,11 +42,11 @@ Mopidy-Jellyfin to your Mopidy configuration file::
albumartistsort = False (Optional: will default to True if left undefined)
album_format = {ProductionYear} - {Name} (Optional: will default to "{Name}" if left undefined)
* ``libraries`` determines what is populated into Mopidy's internal library (view by Artists/Album/etc). Using the file browser will show all libraries in the Jellyfin server that have a 'music' type.
* ``libraries`` determines what is populated into Mopidy's internal library (view by Artists/Album/etc). Using the file browser will show all libraries in the Jellyfin server that have a 'music' type.
* ``albumartistsort`` changes whether the media library populates based on "Artist" or "Album Artist" metadata
* ``albumartistsort`` changes whether the media library populates based on "Artist" or "Album Artist" metadata
* ``album_format`` can be used to change the display format of music albums when using the file browser view. Currently the only really usable fields are ProductionYear and Name
* ``album_format`` can be used to change the display format of music albums when using the file browser view. Currently the only really usable fields are ProductionYear and Name
Development

View File

@ -41,7 +41,7 @@ setup(
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2 :: 3',
'Programming Language :: Python :: 3',
'Topic :: Multimedia :: Sound/Audio :: Players',
],
)