INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: mirdle on June 02, 2005, 03:09:50 pm

Title: Is it possible to skip to the next album in a playlist?
Post by: mirdle on June 02, 2005, 03:09:50 pm
Is there any way (mouse-click or keystroke or mjextman command) to skip to the next album (not necessarily the next track) in a playlist that has been sorted by albums?

Any help is greatly appreciated!

Thanks,
Mark.
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: modelmaker on June 02, 2005, 05:31:04 pm
Not as far as I know. Skip only works for  next track.
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: Alex B on June 03, 2005, 09:48:49 am
I have changed full albums in Playing Now by sending them from a static playlist. I use the Album Thumbnails list style. I simply right-click the thumbnails and select "Play" or "Add to Playing Now". That doesn't skip albums, but it is a fast and comfortable way to change them.
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: mirdle on June 03, 2005, 11:41:03 am
Thanks for all of the help.

I really wish it would allow for a more album-centric approach.  Maybe in future releases.

Alex B -
Your method is what I often do now.  But is there a way to automate this? (like with a keystroke(s) or mjextman command?)  I suppose it might be possible to use a smartlist, but I'm not sure how right now.
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: LonWar on June 03, 2005, 11:49:55 am
If you are intersted in Album Views, then you should try out this plugin:


http://accessories.jrmediacenter.com/mediacenter/accessories.php
Look for :  Album View
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: risingdamp on June 03, 2005, 12:08:41 pm
Do you use NetRemote with MC?  If so you could automate it easily by writing some lua code that would note the current album name and keep skipping tracks until the album name changed.  Maybe you can do that now with some means other than NR if you know how to get the album name into a variable outside of MC?
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: Alex B on June 03, 2005, 12:27:45 pm
Do you use NetRemote with MC? If so you could automate it easily by writing some lua code that would note the current album name and keep skipping tracks until the album name changed. Maybe you can do that now with some means other than NR if you know how to get the album name into a variable outside of MC?

A future MC version could have that kind of code internally. It could have a configurable "Skip to the next tag change" button. There could be a drop-down list for selecting the desired field: Artist, Album, Genre, etc.

MC could also allow album thumbnails in Playing Now and optionally skip "thumbnails" instead of tracks.
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: mirdle on June 03, 2005, 12:50:32 pm
Do you use NetRemote with MC?  If so you could automate it easily by writing some lua code that would note the current album name and keep skipping tracks until the album name changed.  Maybe you can do that now with some means other than NR if you know how to get the album name into a variable outside of MC?

I use Girder (which has a Lua plugin).  So this would work if I could figure out how to get the album name into a variable outside of MC.  Anybody know how to do this?
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: risingdamp on June 04, 2005, 09:30:35 am
I use Girder (which has a Lua plugin).  So this would work if I could figure out how to get the album name into a variable outside of MC.  Anybody know how to do this?
I started off a discussion on your behalf on the NR forum.  Hope this helps:

http://www.promixis.com/phpBB2/viewtopic.php?t=11520
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: risingdamp on June 05, 2005, 11:32:35 am
So does it help?
Title: Re: Is it possible to skip to the next album in a playlist?
Post by: mirdle on June 05, 2005, 01:23:23 pm
So does it help?

Yes very much so thank you!  I didn't know that you could interface LUA with Media Center Interface SDK.  I'm sure it will take some time to do all the programming, but at least now I know it's possible.

Thanks again.