![]() |
Release Pandoki - Pandora Internet Radio (Update 2nd Sept 2016: v0.9.3) - 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: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148) +---- Thread: Release Pandoki - Pandora Internet Radio (Update 2nd Sept 2016: v0.9.3) (/showthread.php?tid=205547) |
RE: Pandora Slim - Lightweight Player (Update 5th Oct 2014: v0.2.1) - wpbpete - 2014-10-05 updated to 0.2.1 awesome work, this is like having an unlimited music library ![]() I have a couple of request 1) Can you allow thumbs and fanart to be picked for the "stations" I know they're generic, but maybe the user can choose their own and have it populate the screen. 2) From fullscreen can there be a quick way to get back to the "stations" or to change stations while in fullscreen also there's no way to get back to the "Now Playing" screen. Maybe change the Home button in fullscreen to go to "Now Playing" and then the user can back into the "station" screen. RE: Pandora Slim - Lightweight Player (Update 5th Oct 2014: v0.2.2) - gominoa - 2014-10-05 (2014-10-05, 18:49)wpbpete Wrote: 1) Can you allow thumbs and fanart to be picked for the "stations" I know they're generic, but maybe the user can choose their own and have it populate the screen.Just made 0.2.2 which uses the last song played as the station art, but that'll make it change everytime. I can make it only pick the first time you play the station and maybe in the future add a context menu to the station to "Change Thumb" (2014-10-05, 18:49)wpbpete Wrote: 2) From fullscreen can there be a quick way to get back to the "stations" or to change stations while in fullscreen also there's no way to get back to the "Now Playing" screen. Maybe change the Home button in fullscreen to go to "Now Playing" and then the user can back into the "station" screen.From fullscreen you can press 'N' to get to the playlist, then back from there should get you to the station list. Otherwise from a file menu you can open the left menu and pick 'Current playlist' on the bottom Or add to userdata/keymaps/keyboard.xml : ( F11 will go to station list, and F12 will go to playlist ) Code: <keymap><global><keyboard> RE: Pandora Slim - Lightweight Player (Update 5th Oct 2014: v0.2.3) - gominoa - 2014-10-06 0.2.4 is up! Choose station thumbnail via context menu Fix ad detection play delay Tracks are saved with album art (Delete your old library if you had it enabled previously) Expired cache files are removed RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.2.5) - scott967 - 2014-10-07 Had 2 problems on 0.2.5 running on XBMC 13.1 Station list sort doesn't seem to do anything. Only loaded 4 songs. It appears that pandoraslim.Fill failed to be called after the first instance. This may be a consequence of a problem running pandoraslim.Save on one of the first 4 files: Code: 10:57:14 T:4396 NOTICE: plugin.audio.pandoraslim.Save (71496523318ba61776bacd8ff67ac5d4) 'Jim "Kimo" West - The Sands Of Polihale' Full debug log is here: http://xbmclogs.com/show.php?id=312782 scott s. . RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.2.5) - wpbpete - 2014-10-07 Looking good ![]() Quote:Otherwise from a file menu you can open the left menu and pick 'Current playlist' on the bottomI'm not seeing Current playlist in the left menu Quote:Choose station thumbnail via context menuThe only options seem to be mounted sources, can you add more ie: home folder, C, other drives Have you noticed a delay when you quit kodi, PHP Code: 18:02:37 T:5932 NOTICE: StorageServer-2.5.4 Closed down RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.2.5) - gominoa - 2014-10-07 (2014-10-07, 00:30)scott967 Wrote: Had 2 problems on 0.2.5 running on XBMC 13.1 Looks like the quotes in 'Jim "Kimo" West' caused a bad filename. And I did mess with the sort code without retesting it. Will look into it. Thanks! RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.2.5) - scott967 - 2014-10-07 Pandora slim 0.2.5 / Kodi helix nightly 0928 OK another fail to run pandoraslim.Fill, again seems related to failure to construct a proper save path for a file: Code: 12:37:51 T:6308 NOTICE: plugin.audio.pandoraslim.Save (6caea227e3deb12d4cadc46e1f3bd589) 'Miss A. - I Don't Need A Man' Edit: I did a test after turning off the file save option and now I am getting Fill to run again (only tested for the second set of 4 tracks). Also my settings/lib is this: Code: <setting id="lib" value="special://userdata/addon_data/plugin.audio.pandoraslim/Pandora" /> I did notice if I shutdown Kodi while pandora slim is running the addon won't stop properly and I have to kill Kodi from the OS Code: 13:14:17 T:6684 ERROR: CPythonInvoker(3, E:\Media\Kodi 14 0928\portable_data\addons\plugin.audio.pandoraslim\default.py): script didn't stop in 5 seconds - let's kill it scott s. . RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.2.5) - gominoa - 2014-10-07 (2014-10-07, 00:35)wpbpete Wrote: Have you noticed a delay when you quit kodi, (2014-10-07, 01:00)scott967 Wrote: I did notice if I shutdown Kodi while pandora slim is running the addon won't stop properly and I have to kill Kodi from the OSIt's still downloading the next songs in the background. Will have to research how to fix (2014-10-07, 01:00)scott967 Wrote: OK another fail to run pandoraslim.Fill, again seems related to failure to construct a proper save path for a file:I believe I've got this fixed. Seems linux is much more lenient on file names. Look for a 0.3.0 within the hour with musicbrainz tagging! RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.3.0) - gominoa - 2014-10-07 0.3.2 is up. Please test Fix station sort Fix bad filenames (maybe?) Fix station thumb selection Add musicbrainz tagging to saved tracks Thanks! RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.3.2) - wpbpete - 2014-10-07 ![]() ![]() RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.3.2) - gominoa - 2014-10-07 (2014-10-07, 03:13)wpbpete Wrote:I know right? lol If you haven't, you might want to wipe the library, so stuff from before 0.3 gets tagged properly. Also, is 'Artist/Artist - Album/Artist - Title' fine for file naming? And should I bother with the folder.jpg's ? RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.3.2) - wpbpete - 2014-10-07 Ok, will do, I see you went away from .strm that should be fine and yes, you need folder.jpg RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.3.2) - Dixon Butz - 2014-10-07 I am getting this: No Songs Try again later I see the 4 songs that did just download in the cache folder. It worked once. I think I tried like 4 times. 0.3.2 Kodi 14.0 alpha 5 Portable Mode 22:12:30 T:5280 NOTICE: plugin.audio.pandoraslim.Play (190004542955112849) 22:12:32 T:6060 NOTICE: plugin.audio.pandoraslim.Fetch OK (7af6074e95d3167cfd36ae438d10d3b0, 861124) 'Hammock - Glacial' 22:12:32 T:6312 NOTICE: plugin.audio.pandoraslim.Fetch OK (2d07d0b7766c7a65da58f8792d70557d, 2222707) 'Rudy Adrian - Moonwater' 22:12:32 T:3664 NOTICE: plugin.audio.pandoraslim.Fetch OK (fae1e9dc2b1f4a4e122de5723cb8f621, 4816925) 'Deuter - Dammerschein' 22:12:32 T:5680 NOTICE: plugin.audio.pandoraslim.Fetch OK (2c6e64abb50762c9b3125d79e8e7f205, 2930186) 'Anugama - Gentle Touch' 22:12:33 T:5280 NOTICE: plugin.audio.pandoraslim.Play: NO SONGS 22:12:48 T:4112 NOTICE: Thread LanguageInvoker start, auto delete: false 22:12:48 T:4112 NOTICE: -->Python Interpreter Initialized<-- 22:13:47 T:1120 ERROR: CPythonInvoker(13, D:\XBMC Helix\portable_data\addons\plugin.audio.pandoraslim\default.py): script didn't stop in 5 seconds - let's kill it 22:13:47 T:1120 ERROR: Playlist Player: skipping unplayable item: 9, path [plugin://plugin.audio.pandoraslim/?station=190004542955112849] RE: Pandora Slim - Lightweight Player (Update 6th Oct 2014: v0.3.3) - gominoa - 2014-10-07 (2014-10-07, 04:20)Dixon Butz Wrote: I am getting this:What are your settings for 'Skip Ads', 'Advert Size', and 'Start Delay' ? Made a 0.3.4 with a bit more logging to see if we can track this down RE: Pandora Slim - Now with Track Saving! (Update 6th Oct 2014: v0.3.4) - Dixon Butz - 2014-10-07 (2014-10-07, 05:16)gominoa Wrote:(2014-10-07, 04:20)Dixon Butz Wrote: I am getting this:What are your settings for 'Skip Ads', 'Advert Size', and 'Start Delay' ? I didn't change these. They are default I guess Advert Size 256 Startup Delay 5 Skip Ads Unchecked |