[RELEASE] Auto resume add-on - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: [RELEASE] Auto resume add-on (/showthread.php?tid=152310) Pages:
1
2
|
RE: [RELEASE] Auto resume add-on - IckZ - 2015-07-24 Hey there, this idea of an addon is brilliant I would also like to use it in my campervan but it is not working with osmc rc3 . It says "script failure" if I start the music. SavePath was set to local dir on sd and I tried the addon with a dir on an external storage but the script failure still appears. Any ideas how to solve this? RE: [RELEASE] Auto resume add-on - karolp1993 - 2015-12-02 Hello. In last days I used this addon, but after unexpected reset of raspberry pi I cant run autoResume. When Kodi are booting, I can see "Cannot execute the script: autoresume", and that's all. Reinstalling doesn't take effect. Any ideas? Regards RE: [RELEASE] Auto resume add-on - Kamion - 2016-03-29 (2014-12-16, 10:04)martyanov Wrote: .... (2014-12-16, 19:39)Gatorfreak Wrote: ... I want the same thing. Now the addon only saves current playing song an position. And after reboot it will play it and then stop. But I want it to begin playing the song and then play whole playlist. So I tried to change the code, but I have a problem. Code: #get playlist ID Can someone tell me why this is not working, should I import something or what? RE: [RELEASE] Auto resume add-on - Kamion - 2016-04-09 I am trying to read playlist id like this: Code: mediaFile = xbmc.Player().getPlayingFile() But python gives me this: Code: -->Python callback/script returned the following error<-- If I understand this correctly there is missing argument in getPlaylistId(), but this method does not need parameter: http://mirrors.xbmc.org/docs/python-docs/stable/xbmc.html#PlayList-__getitem__ What am I doing wrong? RE: [RELEASE] Auto resume add-on - wtd03 - 2016-08-26 Does this add on still work? RE: [RELEASE] Auto resume add-on - extremeaudio - 2017-09-01 I suppose this won't work with Krypton. Any replacement? This is the only thing I miss in my car Kodi installation on my android head unit. RE: [RELEASE] Auto resume add-on - trogggy - 2017-09-01 (2017-09-01, 10:08)extremeaudio Wrote: I suppose this won't work with Krypton. Any replacement? This is the only thing I miss in my car Kodi installation on my android head unit.Not quite the same, but a script to resume the last-played item on startup. I tried it on windows and it worked perfectly. www.reddit.com/r/kodi/ RE: [RELEASE] Auto resume add-on - edalquist - 2021-06-04 I've forked this and made a few minor improvements in: https://github.com/edalquist/service.autoResume There are other forks with playlist support, I personally don't need that so I haven't added it yet. I have it running on Kodi 18.9 / LibreELEC on a RaspberryPi 4 and it works great as a solution for a car media player that now remembers where it was after a hard-shutdown. |