BMWRaspControl - Forum
[Addon] Reliable Resume v1.0.1 [Update Mai23 2016] - Druckversion

+- BMWRaspControl - Forum (https://www.bmwraspcontrol.de/board)
+-- Forum: BMWRaspControl - Diskussion (https://www.bmwraspcontrol.de/board/forumdisplay.php?fid=13)
+--- Forum: BMWRaspControl - Kodi / Skin (https://www.bmwraspcontrol.de/board/forumdisplay.php?fid=15)
+--- Thema: [Addon] Reliable Resume v1.0.1 [Update Mai23 2016] (/showthread.php?tid=349)

Seiten: 1 2 3 4 5 6 7 8


RE: [Addon] Reliable Resume v1.0.0 [Update Apr23 2016] - Kamion - 14.05.2016

Sorry I do not speak german, but I hope we will understand each other.

I rally like this addon, it works perfectly, except for a small problem, that I have:

I have made a skin in Which I have included space for Album art. If I start music player manualy it shows Album art image in that place, but album art wont load after reboot.
It looks like MusicPlayer.Cover variable does not exist if music player is run by this script.

Do you have any suggestions where is the problem?


RE: [Addon] Reliable Resume v1.0.0 [Update Apr23 2016] - harryberlin - 14.05.2016

in my case it is working.

this is the image code for skin xml file:
Code:
<control type="image">
        <description>Cover image</description>
        <posx>330r</posx>
        <visible>yes</visible>
        <posy>-155</posy>
        <width>300</width>
        <height>300</height>
        <aspectratio aligny="bottom">keep</aspectratio>
        <texture>$INFO[MusicPlayer.Cover]</texture>
        <bordertexture border="8">ThumbBorder.png</bordertexture>
        <bordersize>5</bordersize>
</control>



RE: [Addon] Reliable Resume v1.0.0 [Update Apr23 2016] - Kamion - 14.05.2016

This is my code for Album Cover:

Code:
<control type="image">
    <description>album cover</description>
    <include>Window_OpenClose_Animation_Zoom</include>
    <left>80</left>
    <top>200</top>
    <width>250</width>
    <height>250</height>
    <visible>yes</visible>
    <fadetime>600</fadetime>
    <texture>$INFO[MusicPlayer.Cover]</texture>
</control>

But still nothing...  Confused


RE: [Addon] Reliable Resume v1.0.0 [Update Apr23 2016] - harryberlin - 14.05.2016

are the covers saved inside the audio files, or do you use an addon, to get the covers?


RE: [Addon] Reliable Resume v1.0.0 [Update Apr23 2016] - Kamion - 14.05.2016

Covers are inside audio files.


RE: [Addon] Reliable Resume v1.0.0 [Update Apr23 2016] - harryberlin - 14.05.2016

is it with other skins the same?

i don't know how to solve a problem, which not exist for me.


RE: [Addon] Reliable Resume v1.0.0 [Update Apr23 2016] - Kamion - 14.05.2016

Thank you for your support.


RE: [Addon] Reliable Resume v1.0.1 [Update Mai23 2016] - Jounz - 13.07.2016

Hat jemand eine Idee warum Reliable Resume sich ca. 20 Minuten Zeit lässt bis die Musik gestartet wird? Also es macht nach dem Starten nichts dann mache ich die Musik "per Hand" an und nach ca. 20 Minuten springt der Rasppi auf den Track und Zeitpunkt vom letzten mal (wechselt aber von selbst vorher noch 2-3 mal das Lied). Die von Reliable Resume gespeicherte Playlist müsste ca. 2000 Tracks lang sein.


RE: [Addon] Reliable Resume v1.0.1 [Update Mai23 2016] - harryberlin - 13.07.2016

vllt. solltest die playliste mal reduzieren.


RE: [Addon] Reliable Resume v1.0.1 [Update Mai23 2016] - Jounz - 15.07.2016

Hm, ich würde halt gerne alle meine Tracks hintereinander hören können.

Die Problematik dass der Pi mit dem nächsten Track nicht schnell genug ist bleibt auch mit dem RPi 3 bestehen, obwohl man schon merkt dass er ne Ecke flotter ist.

Und Reliable Resume spielt auch bei kürzeren Playlists 2-3 Titel kurz an bevor es den richtigen auswählt.

Was bedeutet folgender Error?
Zitat:20:48:34  62.413139 T:1714914288   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                            - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                           Error Type: <type 'exceptions.IndexError'>
                                           Error Contents: list index out of range
                                           Traceback (most recent call last):
                                             File "/home/osmc/.kodi/addons/script.reliableresume/default.py", line 188, in <module>
                                               main()
                                             File "/home/osmc/.kodi/addons/script.reliableresume/default.py", line 183, in main
                                               m.main()
                                             File "/home/osmc/.kodi/addons/script.reliableresume/default.py", line 52, in main
                                               url = self.playlist[count]
                                           IndexError: list index out of range
                                           -->End of Python script error report<--