LinHES Forums
http://forum.linhes.org/

How do I add a .pls URL to MythStream?
http://forum.linhes.org/viewtopic.php?f=11&t=15215
Page 1 of 1

Author:  AggieEngineer2k [ Sun May 13, 2007 2:22 pm ]
Post subject:  How do I add a .pls URL to MythStream?

If I have the URL of a .pls to add to MythStream, what file would I add it to?

Author:  kivid [ Sun Jun 03, 2007 6:25 pm ]
Post subject:  The MySQL way

From what I've been able to find, you need to add a row to the MySQL table "streams".

Here's a step by step:

    At a command prompt (as root):
    Code:
    mysql mythconverg

    Once you're in the mysql interpreter type (filling in as appropriate):
    Code:
    INSERT INTO streams VALUES ('Folder', 'Name', 'URL', 'Description', 'Handler');

    Then:
    Code:
    exit


That did it for me. Hope this helps.

Author:  AggieEngineer2k [ Mon Jun 04, 2007 5:19 am ]
Post subject: 

Good find, thanks!

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/