how to emove fallback from now playing info in PVR section?
#1
hi guys i have a little request.
could someone tell me how and which xml files i have to edit to remove the the fallback from pvr section of the skin.
i would only see the name of the channel and all information allineated on the left when i hit "M" or "I" during playback.
i have no icon for my channel so i have always de default fallback and i'm curious to see as it seems with a modification like this.
Peppe
Reply
#2
VideoFullScreen.xml ->
PHP Code:
<!-- LiveTV Cover -->
                <
control type="group" id="1">
                    <
top>60</top>
                    <
visible>VideoPlayer.Content(LiveTV)</visible>
                    <
control type="image" id="1">
                        <
left>8</left>
                        <
top>8</top>
                        <
width>199</width>
                        <
height>199</height>
                        <
aspectratio align="center" aligny="center" scalediffuse="false">stretch</aspectratio>
                        <
texture background="true" diffuse="thumbs/music_diffuse.png">thumbs/thumb_back.png</texture>
                        <
fadetime>800</fadetime>
                    </
control>
                    <
control type="image" id="1">
                        <
left>8</left>
                        <
top>8</top>
                        <
width>199</width>
                        <
height>199</height>
                        <
aspectratio align="center" aligny="center" scalediffuse="false">keep</aspectratio>
                        <
texture background="true" fallback="thumbs/fallback_square_tp.png" diffuse="thumbs/music_diffuse.png">$VAR[VideoPlayerThumb]</texture>
                        <
fadetime>800</fadetime>
                    </
control

Replace the "$VAR[VideoPlayerThumb]" with a thumb of your choice. If you stored it in /media of your skin you just have to insert the filename.

If you want to remove it completely you can delete the cover part in the XML but you have to adjust the positions of the info labels and the progress bar too
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#3
thanks a lot
Peppe
Reply
#4
made a try but i prefer "something" there.
tnx again.
Reply

Logout Mark Read Team Forum Stats Members Help
how to emove fallback from now playing info in PVR section?0