mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-13 21:52:18 +00:00
27 lines
894 B
Python
27 lines
894 B
Python
# This file is part of Supysonic.
|
|
# Supysonic is a Python implementation of the Subsonic server API.
|
|
#
|
|
# Copyright (C) 2013-2018 Alban 'spl0k' Féron
|
|
# 2017 Óscar García Amor
|
|
#
|
|
# Distributed under terms of the GNU AGPLv3 license.
|
|
|
|
NAME = "supysonic"
|
|
VERSION = "0.6.3"
|
|
DESCRIPTION = "Python implementation of the Subsonic server API."
|
|
KEYWORDS = "subsonic music api"
|
|
AUTHOR_NAME = "Alban Féron"
|
|
AUTHOR_EMAIL = "alban.feron@gmail.com"
|
|
URL = "https://github.com/spl0k/supysonic"
|
|
LICENSE = "GNU AGPLv3"
|
|
LONG_DESCRIPTION = """Supysonic is a Python implementation of the Subsonic server API.
|
|
Current supported features are:
|
|
* browsing (by folders or tags)
|
|
* streaming of various audio file formats
|
|
* transcoding
|
|
* user or random playlists
|
|
* cover art (cover.jpg files in the same folder as music files)
|
|
* starred tracks/albums and ratings
|
|
* Last.FM scrobbling
|
|
* Jukebox mode"""
|