|
2011-04-01
, 12:33
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#652
|
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.
value = p[:idx].replace("\\/", "/")
value = p[:idx].replace("\\/", "/").replace("/u0026", "&")
|
2011-04-28
, 14:02
|
|
Posts: 1,390 |
Thanked: 642 times |
Joined on Nov 2007
@ California USA
|
#655
|
The Following User Says Thank You to Den in USA For This Useful Post: | ||
|
2011-04-30
, 11:27
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#656
|
The Following 4 Users Say Thank You to pycage For This Useful Post: | ||
|
2011-04-30
, 11:37
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#657
|
value = p[:idx].replace("\\/", "/").replace("\\u0026", "&")
|
2011-05-01
, 22:23
|
Posts: 395 |
Thanked: 137 times |
Joined on Feb 2008
@ Boone, IA
|
#658
|
|
2011-05-04
, 12:44
|
Posts: 462 |
Thanked: 550 times |
Joined on Sep 2008
@ Moscow
|
#659
|
TypeError: 'set' type is unindexable
The Following User Says Thank You to 412b For This Useful Post: | ||
|
2011-05-05
, 10:38
|
Posts: 462 |
Thanked: 550 times |
Joined on Sep 2008
@ Moscow
|
#660
|
1. The main one is that not all Albums (FLAC) are discovered correctly in MediaBox whereas in default Media Player it's all correct.
The Following User Says Thank You to 412b For This Useful Post: | ||
Tags |
mediabox, pycage rules |
|
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!