Posts: 36
Joined: Mar 2017
Reputation:
0
Ok, nevermind, I figure it out....Normally all you need to do after you install the repo, is to just go to install from repo and select what you want. Well this time it required a reboot. That's a new one on me.
Anyway, it installed and working.
Ok, one question, can anyone point me to the explanation on how to do thumbs up and stuff? Do you still have to do this in a special keymap??
Posts: 61
Joined: Mar 2017
Reputation:
10
I have seen the fail to install and looked through the logs. Kodi basically provides no help, so it is great that you got it working. As for the thumbs up... Yes, their is currently no GUI to it except the special keymap, sorry. My plan was to first get the upgrade complete to Leia before working on new functionality. The up down is on the list.
Posts: 61
Joined: Mar 2017
Reputation:
10
I have seen the fail to install and looked through the logs. Kodi basically provides no help, so it is great that you got it working. As for the thumbs up... Yes, there is currently no GUI to it except the special keymap, sorry. My plan was to first get the upgrade complete to Leia before working on new functionality. The up down is on the list.
Posts: 1
Joined: Mar 2019
Reputation:
0
I have been using Pandoki for several years. Great add-on!
Looks like the option to save your tracks has been removed from Pandoki version 0.9.4a. Was this inadvertent?
Ubuntu 16.04
Kodi 18.1
Posts: 18
Joined: May 2014
Reputation:
0
Hello! Thanks for the great addon! I finally managed to install Pandoki from the repo. The script.modul.mutagen was missing during the install process so I had to install it manually. The system where I tried to install it is Raspberry PI2/OSMC/Kodi 17.6.
What I noticed was that saving tracks works randomly. I managed to save nearly 40 songs from my stations, but suddenly Pandoki stopped recording tracks. I set up playback to "save all track" (since the start of recording) but I can only see new tracks in the cache folder but not in the download folder.
Any ideas how could I fix this issue?
Thanks!
Posts: 5,438
Joined: Jul 2012
Reputation:
378
I think the "save" option ended with Pandoki 0.9.3. Not sure how well 0.9.3 works in Kodi 18.1, but there is no dev support for it . Currently, rcmccaslin has been working on keeping Pandoki working and has released version 0.9.4a. This version has removed the "save track" function.
scott s.
.
Posts: 61
Joined: Mar 2017
Reputation:
10
Yes, we had to remove the save feature which also removed the dependency on mutagen. The old version was capable of running at 32K-64K bps sound quality; the new version is 128K-360K bps quality. A requirement for me to maintain the software was to become more compliant with the Pandora license agreement. This keeps the license police off us and allows Pandora to be available for Kodi. That is the short of it. I left the main branch alone in case someone wants to do something with it and possibly have Pandora on their tail. It is my hope to have the addon more secure with more capabilities in the future.
A couple of other notes on forum questions.
The person that wants it to fade to black. Yes, I noticed that on the Kodi. My recommendation is to click Home then Back. FYI, I fixed the addon so you can re-enter it or change the channel as you wish. I recommend turning on auto-play as some of the glitches for that have been fixed.
Last item. The person that does not want notice popups. I have reduced the slow download notice from 60 seconds to 120 and will put a config item in the advanced tab to disable all notifications. Give me a couple of weeks, things are busy right now.
Posts: 102
Joined: Nov 2015
Reputation:
7
Hi rcmccaslin,
I found out the command to use to get the screen to fade to black when Pandoki playing. It is...
xbmc.executebuiltin('ActivateWindow(12006)')
You can test it by replacing the 10500 in the def Play(self, token) function with 12006.
I presently have xbmc.executebuiltin('ActivateWindow(12006)') in the def Next(self) function, right below the self.Fill() command. It does OK there, but I'm sure you would know best where to place it (should you decide to utilize it).
As you already know, you'll have to delete the pandoki.pyo file between each test.
Just trying to help. BTW, I'm using Leia RPi3 LibreELEC (latest).
Later...
Posts: 102
Joined: Nov 2015
Reputation:
7
Hi rcmccaslin,
I found that if you place this line of code in the def List (self) section, near the bottom, right below the self.Next(), it fades to black when the second song is added to the list. It looks something like this...
if ((len1 - pos) < 2) or ((len1 - pos + self.downloading) < (_maxdownloads + 1)):
self.Next()
if ((len1 - pos) > 2) and (self.player.isPlayingAudio()): xbmc.executebuiltin('ActivateWindow(12006)') # add this line
It may not be the best place, but it works pretty well.
Later...
Posts: 18
Joined: May 2014
Reputation:
0
2019-04-19, 15:45
(This post was last modified: 2019-04-19, 15:48 by Sei4eto.)
Hello!
Since yesterday Pandoki (0.9.4a) has started working only in 'stream' mode. When I choose 'cache' mode - it shows that songs have been caching, but the download goes very slow. And eventually, Pandoki stops.
Is it possible to have some restrictions from Pandora side because in the last few days I used Pandoki quite often and for a long time?
Thank you!
I will try to provide Kodi's log file.
Posts: 18
Joined: May 2014
Reputation:
0
I made a new Pandora account and everything started to work as usual. If I change back to my old account - the same issue appears again ( cannot cache songs, only can stream them).
I will see how long the new account will work before/if the issue will appear.