Page 1 of 1

[Addon] Webradio Import

PostPosted: 12 Aug 2017, 16:33
by rern
[Addon] Webradio Import
Tested on RPi3
for RuneAudio 0.3 and 0.4b


To import
RuneAudio needs:
    1. *.pls files in /mnt/MPD/Webradio/
      - backup from previous setting or
      - manually created files in format of:
      Code: Select all
      [playlist]
      NumberOfEntries=1
      File1=http://urlpath:port
      Title1=name
    2. save to redis database
    3. update mpc to display the imported list
Import:
from Addons Menu

Re: [Addon] Webradio Import

PostPosted: 03 Aug 2018, 08:26
by rern
Update:

Now support:
- *.pls with multiple items
- *.m3u (use .../afterLastSlash as name otherwise noName)
- Files in sub-directories inside /mnt/MPD/Webradio
- Redundant names will be renamed to name_N

(All files and sub-directories inside /mnt/MPD/Webradio will be deleted and replaced with new files.)