maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810 (https://talk.maemo.org/showthread.php?t=57262)

mase 2011-04-01 10:36

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
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.

marxian 2011-04-01 12:33

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by mase (Post 979756)
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", "&")
:)

mase 2011-04-01 13:03

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
This fix did not work for me.

ste5210 2011-04-01 14:28

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
it didnt work for me either. i hope they update the software soon

Den in USA 2011-04-28 14:02

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Any word about an update of this great little app?

pycage 2011-04-30 11:27

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by Den in USA (Post 996830)
Any word about an update of this great little app?

Yes, indeed! Hopefully within a few days.

pycage 2011-04-30 11:37

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by marxian (Post 979806)
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.

Snoshrk 2011-05-01 22:23

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
@ pycage

I am using your standalone FM tuner on my N800. :cool:

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...:confused:)..

Sno

412b 2011-05-04 12:44

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
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 )

412b 2011-05-05 10:38

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by 412b (Post 1000006)
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 )


All times are GMT. The time now is 23:27.

vBulletin® Version 3.8.8