nbtevo-system-dump/sda0/opt/mm/etc/mm-playlist.conf
2025-06-09 15:07:26 +02:00

45 lines
790 B
Plaintext

# libmmplaylist config file
[plugin]
dll=mm-plp-qdb.so
#[plugin]
#dll=mm-plp-m3u.so
[plugin]
dll=mm-plp-asx.so
[plugin]
dll=mm-plp-itunes.so
#[plugin]
#dll=mm-plp-pls.so
[plugin]
dll=mm-plp-rmp.so
[plugin]
dll=mm-plp-wpl.so
[plugin]
dll=mm-plp-xspf.so
[plugin]
dll=mm-plp-b4s.so
[plugin]
dll=mm-plp-mediafsdir.so
[plugin]
dll=mm-plp-filelist.so
# The filelist delimiter can be changed here noting that
# characters starting with '\' will be converted to
# their escapled equivalent if they exist. If \xZZ is
# used, the ascii value for the two hexidecimal digits
# following the 'x' character will be used. Because PPS
# treats newlines as a special character, \n will not
# be escaped. Examples:
#
# delimiter=\x1e -- Hex character 0x1e (default).
# delimiter=\t\t -- Two tabs