Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
[Addon] Reliable Resume v1.0.1 [Update Mai23 2016]
#11
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?
Zitieren
#12
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>
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#13
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
Zitieren
#14
are the covers saved inside the audio files, or do you use an addon, to get the covers?
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#15
Covers are inside audio files.
Zitieren
#16
is it with other skins the same?

i don't know how to solve a problem, which not exist for me.
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#17
Thank you for your support.
Zitieren
#18
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.
Zitieren
#19
vllt. solltest die playliste mal reduzieren.
IBusCommunicator:
Image  <>  Kodi Addon

[Bild: usersignaturpic-14941mspx.jpg]
Zitieren
#20
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<--
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 4 Gast/Gäste