2025-06-09 15:07:26 +02:00

45 lines
785 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 escaped equivalent if they exist. If \xZZ is
# used, the ASCII value for the two hexadecimal 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