mirror of
https://github.com/jellyfin/mopidy-jellyfin.git
synced 2025-02-17 04:39:38 +00:00
Fix formatting issues
This commit is contained in:
parent
774f833b0e
commit
dbe5a7f7c3
@ -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
|
||||
|
2
setup.py
2
setup.py
@ -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',
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user