GithubHelp home page GithubHelp logo

gominoa-xbmc-addons's People

Contributors

clashthebunny avatar gominoa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gominoa-xbmc-addons's Issues

Allow opening settings when run for the first time

If the plugin is freshly installed and ran for the first time, it should offer opening settings or just open the settings right away.

Version 0.8.0 tries to log in, but it obviously fails, because there are no credentials set up.

problem with pandora ratings using 0.9.3a

i have a script called up.py which sends a "thumbs up" to pandora. this worked with 0.9.3 and appears to have broken in 0.9.3a.

the script was written based on input on the libreelec forum thread for pandoki

the script is:

cat up.py
import xbmc

xbmc.executebuiltin("RunPlugin(plugin://plugin.audio.pandoki/?rate=up)")
xbmc.executebuiltin("Notification(Pandora, Thumbs Up!, 5)")

the log file is:

http://paste.kodi.tv/apecuvitoy

the script is invoked at line 667

Auth failure on pandoki-0.9.2

Login works from browser. Os version 4.4.13-5-osmc

Seeing the below errors on kodi log:
10:20:28 672.339539 T:1514140656 ERROR: /usr/lib/python2.7/dist-packages/cffi/vengine_cpy.py:177: UserWarning: reimporting '_Cryptography_cffi_36a40ff0x2bad1bae' might overwrite older definitions
% (self.verifier.get_module_name()))
10:20:30 674.277039 T:1514140656 ERROR: ERROR:root:urllib3 error
10:20:30 674.277344 T:1514140656 NOTICE: .
10:20:30 674.278381 T:1514140656 NOTICE: plugin.audio.pandoki Auth BAD

Let me know if you need any other info:

record in 128 bit

Not really a issue but more a question. Can you record higher then 64 bit?

Thanks

Kodi 17 issues

I am having issues using Pandoki within Kodi 17. System is Ubuntu 16.04 with Intel NUC. I am not a Pandora One user. When I try streaming only, it works for the first 2 songs and then terminates by crashing kodi and having kodi restart. The kodi log indicates a http 403 error is the last thing which occurs. I have seen 403 errors that it works through and does not crash. I have not dug into the issue to have any more info at this time.

If I try the setting Cache or Full Save, it will start playing the first song, then terminate after about 5-10 seconds to play the second and then the third. At some point, it just stops playing, but does not seem to crash. The log indicates that the stream was cut and only a partial file was provided. I have a 70Mb internet speed, so that should not be the issue. I have tried changing the delay time to 30 and it will still happen.

I am a SWE and have some python programming experience with Kodi. If you want any help debugging, testing, etc., let me know, but that is up to you.

kodi 18

Pandoki with Kodi 18 does not work. Will play one song then nothing. Your Pandora slim does work though.

Thanks

Ratings not sent?

Hi

I use Pandoki with Raspberry/Raspbian and Kodi, and a proxy. All works (only one working, Pandora and Pandoraslim not working with proxy).

BUT when I rate a song I can't see it on my Pandora account, not even my history of played music, seems like Pandoki is unable to communicate such things with Pandora servers?

Any idea? Thanks is otherwise an amazing extension I would even pay for it!

Pandora Slim 0.4.2 "IOError: [Errno 2] No such file or directory"

Hello!
I've been trying to set Pandora Slim on OSMC up for a few days. I face this issue: If i reboot the PI2 and start Pandora Slim for a first time - everything works flawlessly. Then if I stop Pandora Slim and then I try to start it again, what happens is that the station list is loaded, then when I choose a station - the playlist is loaded as well (4/4 songs), but no sound at all, no song is played. In the KODI log is this error message:
11:15:09.115 T:806351616 ERROR: Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 1073, in run self.function(*self.args, **self.kwargs) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 255, in panSong panFetch(song, m4a) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 231, in panFetch else: panSave(song, path) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 125, in panSave if panTag(song, tmp): File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 100, in panTag tag = MP4(path) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/mutagen/_file.py", line 38, in __init__ self.load(filename, *args, **kwargs) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/mutagen/mp4.py", line 1023, in load fileobj = open(filename, "rb") IOError: [Errno 2] No such file or directory: u'/home/osmc/downloads/Public/caches//b647f36160b41213cfde1b9bcf9b7701.m4a.temp' 11:15:10.662 T:839906048 ERROR: Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 1073, in run self.function(*self.args, **self.kwargs) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 255, in panSong panFetch(song, m4a) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 231, in panFetch else: panSave(song, path) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 125, in panSave if panTag(song, tmp): File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 100, in panTag tag = MP4(path) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/mutagen/_file.py", line 38, in __init__ self.load(filename, *args, **kwargs) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/mutagen/mp4.py", line 1023, in load fileobj = open(filename, "rb") IOError: [Errno 2] No such file or directory: u'/home/osmc/downloads/Public/caches//bc0896da2989bfd2a6e65ac5bc003937.m4a.temp' 11:15:11.213 T:831517440 ERROR: Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 1073, in run self.function(*self.args, **self.kwargs) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 255, in panSong panFetch(song, m4a) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 231, in panFetch else: panSave(song, path) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 125, in panSave if panTag(song, tmp): File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/default.py", line 100, in panTag tag = MP4(path) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/mutagen/_file.py", line 38, in __init__ self.load(filename, *args, **kwargs) File "/home/osmc/.kodi/addons/plugin.audio.pandoraslim/mutagen/mp4.py", line 1023, in load fileobj = open(filename, "rb") IOError: [Errno 2] No such file or directory: u'/home/osmc/downloads/Public/caches//3c2adca27639f3df5f82a0d15513779d.m4a.temp'
If I keep trying to restart Pandora Slim addon or if I restart KODI - eventually music starts playing.
The cache and download directories have been set on NAS drive mounted on OSMC on boot.
Thank you.

[Pandoki] Allow configuration of file naming

I would like to be able to configure the way Pandoki saves filenames. It would add a couple of configuration elements and it would affect this line:
https://github.com/gominoa/gominoa-xbmc-addons/blob/master/plugin.audio.pandoki/resources/lib/pandoki/pandoki.py#L540

Would you be interested in this change too? If so, I can give it a shot. I would try to give ExFalso/Quodlibet's syntax a try (hopefully just including the relevant library from them). Their method is very advanced and is fairly user friendly:
http://quodlibet.readthedocs.org/en/latest/guide/renaming_files.html

[Pandora Slim] Crashes on Playlist Load

I have been using Pandora Slim for a while now and it has worked fine.

However, I recently ran Kodi and opened the addon, and selected a station. Then, it loads for 2 seconds, followed by a black screen, followed by a fullscreen Kodi logo, and then I am back at the Kodi home screen.

I am using Kodi Krypton on LibrElec for the Raspberry Pi 1. (I know it's old)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.