Jump to content

Android Build


JakeBlake

Recommended Posts

Hi y'all,

 

i downloaded the TV App today and i wonder if i can watch iptv or listen to internet radio. So far it seem to be a european only solution, right?

 

Jake

Link to comment

You can import m3u or plist playlists under menu->settings->sort channels

 

Then press the import button (down right).

 

A plist look like this:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<array>

<dict>

<key>name</key>

<string>Station</string>

<key>description</key>

<string>News</string>

<key>url</key>

<string>http://videourl.com/plst.m3u8</string>

<key>icon</key>

<string>http://videoLogos/station.png</string>

<key>quality</key>

<string>720p</string>

</dict>

 

While looking to my code, i have to fix the logo downloader. The rest should run fine.

Link to comment

Thank you for the url. There are two bugs inside the current version. The first is that the imported file is not saved. The second one is that the ending has to be .plist for plist, otherwise the app tries to read the stream as m3u. I fixed this, but it needs some tests. Same with the logo loading algorithm. I have to find a smart and fast solution for this.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...