Notices


Reply
Thread Tools
Posts: 29 | Thanked: 2 times | Joined on Apr 2010 @ NC, USA
#401
Originally Posted by bertolt View Post
huh?
tap on the top of the screen, it will display some options like repeat 1 track, repeat all tracks, continuos play, shuffle...
I have it on no repeat and shuffle, but when I press the skip button nothing happens. The only option that does anything is repeat one track, which restarts the current track. There are lots of other songs in the playlist that work fine by themselves. I should note that I can't skip songs under all tracks either.
 
Posts: 313 | Thanked: 247 times | Joined on Jan 2010 @ USA
#402
Thanks for the great application. Is there a way to configure default quality setting (mp4?) in youtube player so i don't have to select it for every video ?
Also, can there be a setting to play just the selected youtube video not all in the list ?
 
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#403
Originally Posted by dsawhney View Post
Thanks for the great application. Is there a way to configure default quality setting (mp4?) in youtube player so i don't have to select it for every video ?
Also, can there be a setting to play just the selected youtube video not all in the list ?
The default quality setting can be set in the next version. This will come soon.
The other request sounds useful, too. Maybe soon.
__________________
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 User Says Thank You to pycage For This Useful Post:
Posts: 313 | Thanked: 247 times | Joined on Jan 2010 @ USA
#404
Originally Posted by pycage View Post
The default quality setting can be set in the next version. This will come soon.
The other request sounds useful, too. Maybe soon.
Thanks, one more request - I've to click on the youtube search text box for it to get focus, can this be made automatic ?
 
Posts: 109 | Thanked: 12 times | Joined on May 2010
#405
try loop over (2nd option) and linear playback(4th). it works fine with me.

Originally Posted by prattmic View Post
I have it on no repeat and shuffle, but when I press the skip button nothing happens. The only option that does anything is repeat one track, which restarts the current track. There are lots of other songs in the playlist that work fine by themselves. I should note that I can't skip songs under all tracks either.
 
Posts: 29 | Thanked: 2 times | Joined on Apr 2010 @ NC, USA
#406
Originally Posted by bertolt View Post
try loop over (2nd option) and linear playback(4th). it works fine with me.
Nope, the skip button does highlight as I click it, but it does nothing.
 
mase's Avatar
Posts: 355 | Thanked: 205 times | Joined on Jun 2010 @ Germany
#407
I have added a lot of albums to a playlist. When I start the playlist
with shuffle, I think, that titles are played only from a few albums.
Is that possible? What shuffle algorithm is used?
__________________
May the force be with us!
 
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#408
Originally Posted by mase View Post
I have added a lot of albums to a playlist. When I start the playlist
with shuffle, I think, that titles are played only from a few albums.
Is that possible? What shuffle algorithm is used?
Random selection on a list of items where every item gets removed from when played, so it doesn't get played again until list got depleted completely at which point it gets filled up again.

Given time, the shuffling plays songs from all albums in the playlist.

The code for selecting the next item is this:
Code:
idx = random.randint(0, len(self.__random_files) - 1)
next_item = self.__random_files.pop(idx)
self.__random_files being the list of items not played yet.
It might well be that random.randint doesn't distribute equally.

Documentation: http://docs.python.org/library/random.html
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 
jkq's Avatar
Posts: 251 | Thanked: 131 times | Joined on Oct 2009 @ USA
#409
Originally Posted by pycage View Post
Random selection on a list of items where every item gets removed from when played, so it doesn't get played again until list got depleted completely at which point it gets filled up again.

Given time, the shuffling plays songs from all albums in the playlist.
How does the repeat all setting affect this?

-jkq
__________________
Class .. : Quiet One
Humor .. : [*********-] Alignment: Chaotic Good
Patience : [******----] Weapon(s): Python scripts
Agro ... : [***-------] Relic(s) : N900
 

The Following User Says Thank You to jkq For This Useful Post:
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#410
Originally Posted by jkq View Post
How does the repeat all setting affect this?

-jkq
"Normal" mode and "repeat all" mode behave the same when shuffling. Both refill the "random list" after it gots depleted.
"Repeat one" simply plays the same file over and over and doesn't get affected by shuffling.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 
Reply

Tags
mediabox, pycage rules


 
Forum Jump


All times are GMT. The time now is 15:30.