Active Topics

 



Notices


Reply
Thread Tools
mase's Avatar
Posts: 355 | Thanked: 205 times | Joined on Jun 2010 @ Germany
#651
I did not find a fix for this. Shoutcast was pretty simple, but yt isn't.
I am not a python developer, so I can't do anything. Maybe mb should
use youtube-dl instead of any internal mechanism.
__________________
May the force be with us!
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#652
Originally Posted by mase View Post
I did not find a fix for this. Shoutcast was pretty simple, but yt isn't.
I am not a python developer, so I can't do anything. Maybe mb should
use youtube-dl instead of any internal mechanism.
To fix the YouTube problem, in /opt/mediabox/components/youtube/YouTube.py line 173 replace

Code:
value = p[:idx].replace("\\/", "/")
with

Code:
value = p[:idx].replace("\\/", "/").replace("/u0026", "&")
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 2 Users Say Thank You to marxian For This Useful Post:
mase's Avatar
Posts: 355 | Thanked: 205 times | Joined on Jun 2010 @ Germany
#653
This fix did not work for me.
__________________
May the force be with us!
 

The Following User Says Thank You to mase For This Useful Post:
Posts: 2 | Thanked: 1 time | Joined on Mar 2011
#654
it didnt work for me either. i hope they update the software soon
 

The Following User Says Thank You to ste5210 For This Useful Post:
Den in USA's Avatar
Posts: 1,390 | Thanked: 642 times | Joined on Nov 2007 @ California USA
#655
Any word about an update of this great little app?
__________________
N800 / Diablo / 16gb int / 16gb ext / Globalsat BT-359 gps ..... Dell Streak 5 - Android 2.2.2
 

The Following User Says Thank You to Den in USA For This Useful Post:
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#656
Originally Posted by Den in USA View Post
Any word about an update of this great little app?
Yes, indeed! Hopefully within a few days.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

The Following 4 Users Say Thank You to pycage For This Useful Post:
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#657
Originally Posted by marxian View Post
Code:
value = p[:idx].replace("\\/", "/").replace("/u0026", "&")
This is how it should be:
Code:
value = p[:idx].replace("\\/", "/").replace("\\u0026", "&")
Thanks, marxian! I'll use this fix in MediaBox.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 
Posts: 395 | Thanked: 137 times | Joined on Feb 2008 @ Boone, IA
#658
@ pycage

I am using your standalone FM tuner on my N800.

It has been acting weird lately. It will launch and tune to the last station listened to, play for a while and then crash/close. However the sound continues to play until I reboot ( haven't figured out which process to kill yet...).

Is there a way to output a crash log of some sort?

Thanks

Snoshrk

PS I am running the Community SSU, DiabloTurbo,Telescope, and ASUI. (seem to recall the radio app being ok prior to installing one of these...)..

Sno
__________________
Nook Color
CM7 Nightly

N800 (retired...soon to eBay)
Favorite Apps: CommunitySSU,DiabloTurbo, Flipclock, Keepnote, Dialcentral, Gizmo5 ,MediaBox/pyFMradio, Telescope,Diablo5 theme, Tear, Personal Menu/Launcher, OMWeather,Blubbels, Advanced Power/Backlight...now to play with Garnet6...
 
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#659
Hi pycage )
I'm glad to see that MediaBox is still developing )))
As usual I got some bugs to report in SVN version.

1. The main one is that not all Albums (FLAC) are discovered correctly in MediaBox whereas in default Media Player it's all correct.

Perhaps it's because of:
Code:
TypeError: 'set' type is unindexable
in FileIndex.py, line 155 (discover)

2. After clearing Playlist sidebar Now playing is not updated.

I'll try to get some time to take a more deep look into current SVN version this week and report some more bugs found )
 

The Following User Says Thank You to 412b For This Useful Post:
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#660
Originally Posted by 412b View Post
1. The main one is that not all Albums (FLAC) are discovered correctly in MediaBox whereas in default Media Player it's all correct.
It's related not to FileIndex, but to FLACTags.
I'll take a closer look to make a patch )
 

The Following User Says Thank You to 412b For This Useful Post:
Reply

Tags
mediabox, pycage rules


 
Forum Jump


All times are GMT. The time now is 19:19.