Export Radio Stream list ?? (1 Viewer)

macd

Portal Member
December 28, 2006
26
0
Is it possible to export the list of webstreams from the RadioStations list to a other MP Computer?
If answer=Yes then:How? :p

Thnx in advance;

MacD
 

hwahrmann

Development Group
  • Team MediaPortal
  • September 15, 2004
    4,630
    2,462
    Vienna, Austria
    Home Country
    Austria Austria
    they are stored in the Radio database.
    you need to use the sqlite3.exe found in the Convert sub directory of the database.

    follow these steps:

    1. Open a CMD window in the MP\database directory
    2. execute -> convert\sqlite3 RadioDatabase4.db3
    3. enter -> .output sql.txt
    4. enter -> .dump station
    5. enter -> .quit
    6. Now open sql.txt, found in the database directory, in a text editor and delete the 2nd line -> "Create table station ..."
    delete the line before the last line -> "Create Index ..."
    7. Save the file

    On the other MP Computer
    1. Open a CMD window in the MP\database directory
    2. execute -> convert\sqlite3 RadioDatabase4.db3
    3. enter -> .read sql.txt
    4. enter -> .quit

    Now al you stations should appear in the new MP Installation
     

    onkl

    Portal Pro
    February 18, 2005
    341
    0
    50
    Wageningen
    Home Country
    Netherlands Netherlands
    Eh... so you are not meanig the Internett Radio Streams (ASX, PLS) file? If so: Just copy it.
    More exactly: look in the MP setup of the source PC for the streams folder (somewhere in the radio setup) and copy the contents of that folder to the streams folder of the destination PC.
     

    Users who are viewing this thread

    Similar threads

    Actually, you just reminded me of how I have handled this in the past: I merged the contents of an old export.xml with a new one to make a complete file containing the old values I needed and the new values I didn't want to change. Why should it matter if the export file is missing some values? I would expect the import process to...
    Actually, you just reminded me of how I have handled this in the past: I merged the contents of an old export.xml with a new one to...
    My "fresh install" is missing some settings (in particular genre maps) that I would like to import from a previous export. There...
    Replies
    2
    Views
    874
    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that superficial knowledge of a subject can make people arrogant or foolish, suggesting one should either learn deeply or not at all. "Superficial", and "arrogant or foolish" would be me :eek: . However... I would...
    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that...
    I have just discovered that I can no longer receive any of the independent radio channels broadcast on DVB-T in the UK. In...
    Replies
    12
    Views
    4K
    Well, all that remains is to find someone who will add this render if it is a render.
    Well, all that remains is to find someone who will add this render if it is a render.
    Are there plans to support other video renderers? MadVR got added a while ago, but this a 'hardcoded' selection in the...
    Replies
    23
    Views
    14K
    I'm getting old... no... I am old... "Once upon a time..." there was a tool to Export MovingPictures-Database to a Document (pdf). Does anybody remeber how it was called, where I can find it... Here are screenshot from the exported Files -->
    I'm getting old... no... I am old... "Once upon a time..." there was a tool to Export MovingPictures-Database to a Document (pdf)...
    I'm getting old... no... I am old... "Once upon a time..." there was a tool to Export MovingPictures-Database to a Document (pdf)...
    Replies
    0
    Views
    1K
    According to Wikipedia, Windows only uses code pages other than UTF-8 to support legacy (mostly 32 bit) applications and supports two code pages in addition to UTF-8 (OEM and ANSI). According to Microsoft, UTF-8 has been the preferred character set since 2019. If TV Server (or its import routine) were using UTF-8, then umlauts...
    According to Wikipedia, Windows only uses code pages other than UTF-8 to support legacy (mostly 32 bit) applications and supports...
    Because I have around 200 TV channels and more than a dozen groups, I tried to import the TV channel groups from an old export.xml...
    Replies
    4
    Views
    2K
    Top Bottom