• 1
  • 313
  • 314
  • 315(current)
  • 316
  • 317
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2014-06-17, 22:54)ylafont Wrote: Luna,

Anyway to have channel update be performed in the background, Instead of when the application starts? Especially on systems that are always on. hate to keep on waiting for that to cycle through.

Option in general settings, Switch from off or minimal to On
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
I tried creating a new channel configuration and it still won't interleave. I tried it with channel and custom playlist channel types. Here is my settings2.xml...anyone have any ideas? Once I can get this to work, my dependency on the cable is cut!!!

Code:
<settings>
    <setting id="Channel_1_type" value="1" />
    <setting id="Channel_1_1" value="A&E" />
    <setting id="Channel_1_changed" value="False" />
    <setting id="Channel_2_type" value="1" />
    <setting id="Channel_2_1" value="Channel 5" />
    <setting id="Channel_2_2" value="" />
    <setting id="Channel_2_3" value="" />
    <setting id="Channel_2_4" value="" />
    <setting id="Channel_2_rulecount" value="1" />
    <setting id="Channel_2_rule_1_id" value="6" />
    <setting id="Channel_2_rule_1_opt_1" value="1" />
    <setting id="Channel_2_rule_1_opt_2" value="1" />
    <setting id="Channel_2_rule_1_opt_3" value="3" />
    <setting id="Channel_2_rule_1_opt_4" value="" />
    <setting id="Channel_2_rule_1_opt_5" value="1" />
    <setting id="Channel_2_rule_1_opt_6" value="1" />
    <setting id="Channel_2_changed" value="False" />
    <setting id="LastResetTime" value="1403039128" />
    <setting id="Channel_1_time" value="210" />
    <setting id="Channel_2_time" value="210" />
    <setting id="LastExitTime" value="1403039151" />
</settings>
Wetek Play + LibreELEC
(2014-06-17, 23:09)ryanmcclure Wrote: I tried creating a new channel configuration and it still won't interleave. I tried it with channel and custom playlist channel types. Here is my settings2.xml...anyone have any ideas? Once I can get this to work, my dependency on the cable is cut!!!

Code:
<settings>
    <setting id="Channel_1_type" value="1" />
    <setting id="Channel_1_1" value="A&E" />
    <setting id="Channel_1_changed" value="False" />
    <setting id="Channel_2_type" value="1" />
    <setting id="Channel_2_1" value="Channel 5" />
    <setting id="Channel_2_2" value="" />
    <setting id="Channel_2_3" value="" />
    <setting id="Channel_2_4" value="" />
    <setting id="Channel_2_rulecount" value="1" />
    <setting id="Channel_2_rule_1_id" value="6" />
    <setting id="Channel_2_rule_1_opt_1" value="1" />
    <setting id="Channel_2_rule_1_opt_2" value="1" />
    <setting id="Channel_2_rule_1_opt_3" value="3" />
    <setting id="Channel_2_rule_1_opt_4" value="" />
    <setting id="Channel_2_rule_1_opt_5" value="1" />
    <setting id="Channel_2_rule_1_opt_6" value="1" />
    <setting id="Channel_2_changed" value="False" />
    <setting id="LastResetTime" value="1403039128" />
    <setting id="Channel_1_time" value="210" />
    <setting id="Channel_2_time" value="210" />
    <setting id="LastExitTime" value="1403039151" />
</settings>

<setting id="Channel_2_rule_1_opt_4" value="" />
to
<setting id="Channel_2_rule_1_opt_4" value="1" /> or value you want, known bug don't trust number displayed, enter each value.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
I read that in a previous thread. I tried that, and still nothing. Tried rebuilding channels as well.

Code:
<settings>
    <setting id="Channel_1_type" value="1" />
    <setting id="Channel_1_1" value="A&E" />
    <setting id="Channel_1_changed" value="False" />
    <setting id="Channel_2_type" value="1" />
    <setting id="Channel_2_1" value="Channel 5" />
    <setting id="Channel_2_rulecount" value="1" />
    <setting id="Channel_2_rule_1_id" value="6" />
    <setting id="Channel_2_rule_1_opt_1" value="1" />
    <setting id="Channel_2_rule_1_opt_2" value="1" />
    <setting id="Channel_2_rule_1_opt_3" value="3" />
    <setting id="Channel_2_rule_1_opt_4" value="3" />
    <setting id="Channel_2_rule_1_opt_5" value="1" />
    <setting id="Channel_2_rule_1_opt_6" value="1" />
    <setting id="Channel_2_changed" value="False" />
    <setting id="LastResetTime" value="1403041273" />
    <setting id="Channel_1_time" value="166" />
    <setting id="Channel_2_time" value="191" />
    <setting id="LastExitTime" value="1403041291" />
</settings>
Wetek Play + LibreELEC
(2014-06-17, 23:43)ryanmcclure Wrote: I read that in a previous thread. I tried that, and still nothing. Tried rebuilding channels as well.

Code:
<settings>
    <setting id="Channel_1_type" value="1" />
    <setting id="Channel_1_1" value="A&E" />
    <setting id="Channel_1_changed" value="False" />
    <setting id="Channel_2_type" value="1" />
    <setting id="Channel_2_1" value="Channel 5" />
    <setting id="Channel_2_rulecount" value="1" />
    <setting id="Channel_2_rule_1_id" value="6" />
    <setting id="Channel_2_rule_1_opt_1" value="1" />
    <setting id="Channel_2_rule_1_opt_2" value="1" />
    <setting id="Channel_2_rule_1_opt_3" value="3" />
    <setting id="Channel_2_rule_1_opt_4" value="3" />
    <setting id="Channel_2_rule_1_opt_5" value="1" />
    <setting id="Channel_2_rule_1_opt_6" value="1" />
    <setting id="Channel_2_changed" value="False" />
    <setting id="LastResetTime" value="1403041273" />
    <setting id="Channel_1_time" value="166" />
    <setting id="Channel_2_time" value="191" />
    <setting id="LastExitTime" value="1403041291" />
</settings>

i'll double check to make sure it works... never know could be broken? I'll let you know...

::EDIT::
Works fine, you just need to make sure your using it correctly (read milkmans guide) and that all values are actually in the box and saved Smile

Code:
<setting id="Channel_142_type" value="6" />
    <setting id="Channel_142_1" value="10 Items Or Less" />
    <setting id="Channel_142_2" value="0" />
    <setting id="Channel_142_changed" value="False" />
    <setting id="Channel_143_type" value="6" />
    <setting id="Channel_143_1" value="Alien Nation" />
    <setting id="Channel_143_2" value="0" />
    <setting id="Channel_143_changed" value="False" />
    <setting id="Channel_143_rulecount" value="1" />
    <setting id="Channel_143_rule_1_id" value="6" />
    <setting id="Channel_143_rule_1_opt_1" value="142" />
    <setting id="Channel_143_rule_1_opt_2" value="1" />
    <setting id="Channel_143_rule_1_opt_3" value="1" />
    <setting id="Channel_143_rule_1_opt_4" value="1" />
    <setting id="Channel_143_rule_1_opt_5" value="1" />
    <setting id="Channel_143_rule_1_opt_6" value="1" />
code above interleaves channel 142 into channel 143, it was configured in the in app tool.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-06-17, 22:56)Lunatixz Wrote:
(2014-06-17, 22:54)ylafont Wrote: Luna,

Anyway to have channel update be performed in the background, Instead of when the application starts? Especially on systems that are always on. hate to keep on waiting for that to cycle through.

Option in general settings, Switch from off or minimal to On

Had already tried, that. Channels come up very slowly one at a time. I am assuming this is only running while PTVL is active, causing the same delay in a different manner. Was hopping we can make it a separate service always running whether PSTL is active or not, minimizing or eliminating the delay.
(2014-06-18, 01:15)ylafont Wrote:
(2014-06-17, 22:56)Lunatixz Wrote:
(2014-06-17, 22:54)ylafont Wrote: Luna,

Anyway to have channel update be performed in the background, Instead of when the application starts? Especially on systems that are always on. hate to keep on waiting for that to cycle through.

Option in general settings, Switch from off or minimal to On

Tried, that. Channels come up very slowly one at a time. I am assuming this is only running while PTVL is active, causing the same delay in a different manner. Was hopping we can make it a separate service always running whether PSTL is active or not, minimizing or eliminating the delay.

Oh livetv? Wait for v.0.4.4 it has a better caching system for livetv.
First build is slow with "Enhanced guide data enabled" after that parsing is speedy... working on making it faster but I've been busy.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-06-18, 01:17)Lunatixz Wrote:
(2014-06-18, 01:15)ylafont Wrote:
(2014-06-17, 22:56)Lunatixz Wrote: Option in general settings, Switch from off or minimal to On

Tried, that. Channels come up very slowly one at a time. I am assuming this is only running while PTVL is active, causing the same delay in a different manner. Was hopping we can make it a separate service always running whether PSTL is active or not, minimizing or eliminating the delay.

Oh livetv? Wait for v.0.4.4 it has a better caching system for livetv.
First build is slow with "Enhanced guide data enabled" after that parsing is speedy... working on making it faster but I've been busy.

No worries, just wanted to mention it as a future enhancement. I know you are busy! will wait for the next release. thank you.
(2014-06-18, 00:26)Lunatixz Wrote: Works fine, you just need to make sure your using it correctly (read milkmans guide) and that all values are actually in the box and saved Smile

Code:
<setting id="Channel_142_type" value="6" />
    <setting id="Channel_142_1" value="10 Items Or Less" />
    <setting id="Channel_142_2" value="0" />
    <setting id="Channel_142_changed" value="False" />
    <setting id="Channel_143_type" value="6" />
    <setting id="Channel_143_1" value="Alien Nation" />
    <setting id="Channel_143_2" value="0" />
    <setting id="Channel_143_changed" value="False" />
    <setting id="Channel_143_rulecount" value="1" />
    <setting id="Channel_143_rule_1_id" value="6" />
    <setting id="Channel_143_rule_1_opt_1" value="142" />
    <setting id="Channel_143_rule_1_opt_2" value="1" />
    <setting id="Channel_143_rule_1_opt_3" value="1" />
    <setting id="Channel_143_rule_1_opt_4" value="1" />
    <setting id="Channel_143_rule_1_opt_5" value="1" />
    <setting id="Channel_143_rule_1_opt_6" value="1" />
code above interleaves channel 142 into channel 143, it was configured in the in app tool.

I tried all of that, and Still nothing. Sad I entered every value manually in the PseudoTV Live settings and it still refuses to interleave. I'll at some point record a screencast of me entering the values and show what's happening...
Wetek Play + LibreELEC
(2014-06-18, 08:07)ryanmcclure Wrote:
(2014-06-18, 00:26)Lunatixz Wrote: Works fine, you just need to make sure your using it correctly (read milkmans guide) and that all values are actually in the box and saved Smile

Code:
<setting id="Channel_142_type" value="6" />
    <setting id="Channel_142_1" value="10 Items Or Less" />
    <setting id="Channel_142_2" value="0" />
    <setting id="Channel_142_changed" value="False" />
    <setting id="Channel_143_type" value="6" />
    <setting id="Channel_143_1" value="Alien Nation" />
    <setting id="Channel_143_2" value="0" />
    <setting id="Channel_143_changed" value="False" />
    <setting id="Channel_143_rulecount" value="1" />
    <setting id="Channel_143_rule_1_id" value="6" />
    <setting id="Channel_143_rule_1_opt_1" value="142" />
    <setting id="Channel_143_rule_1_opt_2" value="1" />
    <setting id="Channel_143_rule_1_opt_3" value="1" />
    <setting id="Channel_143_rule_1_opt_4" value="1" />
    <setting id="Channel_143_rule_1_opt_5" value="1" />
    <setting id="Channel_143_rule_1_opt_6" value="1" />
code above interleaves channel 142 into channel 143, it was configured in the in app tool.

I tried all of that, and Still nothing. Sad I entered every value manually in the PseudoTV Live settings and it still refuses to interleave. I'll at some point record a screencast of me entering the values and show what's happening...

Don't need a screencast, what chtypes are you trying to interleave?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
I've tried it with custom playlists and with Network Channels.
Wetek Play + LibreELEC
(2014-06-18, 17:24)ryanmcclure Wrote: I've tried it with custom playlists and with Network Channels.

well it works, i've tested it with all chtypes.
You need to make sure you are building it correctly...

for example if you want channel 1 and 2 interleave you don't create channel 3 with the interleaving rules.

You do go into channel 2's advanced settings and interleave channel 1, making sure to double check that indeed all values are entered, despite what it appears to say, you need to open each one anyway...
and don't hit backspace to exit while in a selected values box, this will delete the settings...

once you agree to save, everything should work...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Help! I cannot figure out how to make the community network playlists autotune. Sad
(2014-06-18, 20:08)Redkiller223 Wrote: Help! I cannot figure out how to make the community network playlists autotune. Sad

Shame on you
first_time_user (wiki) | free content (wiki) | forum rules (wiki) | PVR (wiki) | Debug Log (wiki)

IMPORTANT:
The official Kodi version does not contain any content what so ever. This means that you should provide your own content from a local or remote storage location, DVD, Blu-Ray or any other media carrier that you own. Additionally Kodi allows you to install third-party plugins that may provide access to content that is freely available on the official content provider website. The watching or listening of illegal or pirated content which would otherwise need to be paid for is not endorsed or approved by Team Kodi.
(2014-06-18, 20:40)bry- Wrote:
(2014-06-18, 20:08)Redkiller223 Wrote: Help! I cannot figure out how to make the community network playlists autotune. Sad

Shame on you

Ok....? Rolleyes

I have used the auto tune with all options enabled, and have never seen these

Code:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49

    

Genre|Channel#|Playlist_ID|Channel Name or Show_Season#

Episodes|1|PLvCJ4UdyIZ9LPljfNeBM-p0mhMkkkPpCx|GoodEats_S00
Episodes|1|PLvCJ4UdyIZ9I_whx2hid1huia6h0LNF0B|GoodEats_S01
Episodes|1|PLvCJ4UdyIZ9IIWAoR2IGnFQKKS296WL0O|GoodEats_S02
Episodes|1|PLvCJ4UdyIZ9K_E7Lfn_lFFBYMG1nxEdCo|GoodEats_S03
Episodes|1|PLvCJ4UdyIZ9Lmi1TUNXkJSEvV8utUmf1j|GoodEats_S04
Episodes|1|PLvCJ4UdyIZ9LeW_3X40XMs-VrQNWe1PHg|GoodEats_S05
Episodes|1|PLvCJ4UdyIZ9Lhz8j6rj-rzYIegU4bKyxR|GoodEats_S06
Episodes|1|PLvCJ4UdyIZ9KAMe198GX8ZafBkZ8G7FYH|GoodEats_S07
Episodes|1|PLvCJ4UdyIZ9INb3IbuaN5nbOqUC4Nn7s_|GoodEats_S08
Episodes|1|PLvCJ4UdyIZ9IjSi4rxe-zhin3FT-wNN4K|GoodEats_S09
Episodes|1|PLvCJ4UdyIZ9IXdCRko8Edd_3vmPqgpXyG|GoodEats_S10
Episodes|1|PLvCJ4UdyIZ9IsxMmJobUgR5ADaUKZlj8W|GoodEats_S11
Episodes|1|PLvCJ4UdyIZ9I8eeqM1RsZGOmX1103Wao8|GoodEats_S12
Episodes|1|PLvCJ4UdyIZ9KAnxBD8mNc0J4v8AUJAtZw|GoodEats_S13
Episodes|1|PLvCJ4UdyIZ9Jec40pjGkx9BrMmykpNC1w|GoodEats_S14
Episodes|1|PLvCJ4UdyIZ9LxvCHhLhh_PSfYDEXZ1-7t|GoodEats_S15
Kids|2|PLUg9mnNfB7qC2NDiGWgoBlcU4gzS07g-y|CITV_Horrid_Henry
Kids|2|PL4M4J654fJ145aMIlXlu5z0bZjubap0FQ|Oggy and the Cockroaches
Kids|2|PLdojoskGDf30HUNo5urz_vISS9CZpeMyN|Eek The Cat
Kids|2|PLdojoskGDf33IcJ3sGg8n0mXN8izerXDm|Wunschpunsch
Kids|2|PLZykDg0tyf5tFC781Q6AdXUew7oWqp6XB|Johnny Test
Kids|2|PLxX33ak_LyJ_OcR0w3u8m8mvx0fA11o6T|CITV_Mr_Bean_The_Animated_Series
Kids|3|PLoOc9M0VgduPzMk_if240MHVWzGgCvQ_H|CBeebies_Mister_Maker
Kids|3|PLoOc9M0VgduNGkI4-ZBJXSHojg_hptUNc|CBeebies_Fly_High_and_Huggy
Kids|3|PLoOc9M0VgduPXxwYmxbuAhvSlq-Z2CWqr|CBeebies_Minibeast_Adventures
Kids|3|PLoOc9M0VgduN12SFSlS8FGIFTquEfn5Su|CBeebies_Tee_and_Mo
Kids|3|PLoOc9M0VgduMU81bf6xzPihW2mZSIH05e|CBeebies_Boogie_Beebies
Kids|3|PLoOc9M0VgduO-IksNwJDYcqeDguVBIHLg|CBeebies_Melody
Kids|3|PLoOc9M0VgduOtdZkyGAffQvSd7X07GrJV|CBeebies_Playlist_Videos
Kids|3|PLoOc9M0VgduP4Zt7MeVC3-v3-CiuQrcqO|CBeebies_May_Bank_Holiday_Playlist
Kids|3|PLoOc9M0VgduPxVeZj7AtVTo5GadDOW6oO|CBeebies_Nostalgia
Kids|3|PLoOc9M0VgduPuxeOKAGF-RxGxbwPCyVfu|CBeebies_CBeebies_Songs
Kids|3|PLoOc9M0VgduPq6m84UEmMmO_q09lbmNXx|CBeebies_Learning_for_Children
Kids|4|PL60394D0385FE487D|CBBC_The_Story_of_Tracy_Beaker
Kids|4|PLW8nwTIJP7TMpDtLewIz5t1Pj-dBSiVsR|CBBC_The_Dumping_Ground
Kids|5|PLxX33ak_LyJ99XYhKfmoOz23QbZmQaCGv|NickJr_Peppa_Pig_S01
Kids|5|PLxX33ak_LyJ_frru5S9vqTsOKEbHjeOLc|NickJr_Peppa_Pig_S02
Kids|5|PLxX33ak_LyJ_gtmTPPon6f6g0mvxO9Acv|NickJr_Peppa_Pig_S03
Kids|5|PLxX33ak_LyJ9zkRkazZYh5c7K3x7e9PsG|NickJr_Peppa_Pig_S04
Kids|5|PLADC8806C6D9B318C|NickJr_Ben_and_Hollys_Little_Kingdom
Kids|5|PLeVWh1MstqBFOKOXyglsyR6s12cOQWQ4_|NickJr_PAW_Patrol
Kids|5|PLq9T8WS6FmL-wUJYG8KFgk_UJj1AxZ1D-|NickJr_Bubble_Guppies_Movies
TV|6|PLS1wE6Tpy-doKGU8wrknZDxtQxx1PPnu-|Nature
TV|6|PLS1wE6Tpy-dra0IdDiZ0LLB-I5HlDexJf|Nature
TV|6|PLS1wE6Tpy-dr585CInMGI9oX3tM3YoKCh|Nature
TV|6|PLS1wE6Tpy-dqtR0DTuL99a4LCqytNQBxw|Nature
TV|6|PLdojoskGDf32Sm5q60S6LD8IstxQK09xe|Nature
  • 1
  • 313
  • 314
  • 315(current)
  • 316
  • 317
  • 694

Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45