PDA

View Full Version : MCE_1024x768 - How do I remove tracks from queue?



NeoMorph
August 3rd, 2007, 03:55 AM
Looking through the forums I found reference to the following...

LX REMOVE "Playing Now" {MP.PlayingNow.Selected}


... I tried using it in the MCE CCF but it does something wierd. I think it actually was working but it needs to update the list to show the track was removed.

The main reason I'm trying to get the MCE version working right is because I will be using NR on a touch screen and using the text trees would be very fiddly to say the least.

One thing I think I'm going to have to do is print off as much documentation as I can as I cannot seem to digest how things are working. Because NRD files are pretty confusing as to program flow I cannot for the life of me figure out what is supposed to be happening.


I really need to apologise if all my questions are coming fast and furious but I have to find out quickly if I am to decide whether or not to take the plunge and buy NR or just write it off as undoable due to my mind being fogged by the morphine I have to take. I am approaching the end of my trial period you see.

The main reason I was up all last night was because pain has kept me awake and trying to learn programming a new language is what is know as "distraction therapy". Unfortunately it's more a case of "frustration therapy" at the moment as I don't understand the logic behind Lua/NR/MB commands yet. I want to learn but can't find decent documentation that explains it clearly enough...

NeoMorph
August 3rd, 2007, 03:05 PM
God I love it when I go to sleep and wake up with the fix....

I used the Generic Mediabridge Command..

LX REMOVE "Playing Now" <LoopIndex>

.. and then added a Panel Jump to the Queue panel...

AND VOILA.

Actually I think I owe this fix to Tim Morten as it was his panel jump fix that I used in my XBOX html update that was causing me problems.

Edit: !!!!!!!!!!!!!!!!!!!! ARRGGHHH !!!!!!!!!!!!!!!!!

Strange things are happening now... Sometimes instead of removing song X it removes X-1 instead!!!!!

NeoMorph
August 3rd, 2007, 10:02 PM
OK... I looked at this post... http://www.promixis.com/forums/showthread.php?t=13859

NOTHING WORKS!

I entered the info like it says and it doesn't do sod all...

I am REALLY beginning to HATE this program. I was going to fork out for the whole home version but nothing seems to work as it should.

It's a simple problem... all I want to do is remove a single track... but as I can't even figure out how to print out variable to the Lua console without it complaining I've got no chance.

I'm going to have to uninstall this program before I have a heart attack from all the stress!

NeoMorph
August 3rd, 2007, 11:45 PM
Drugs... My salvation... (Note these are ************ drugs OK heh)...

I had given up... totally given up... and the pain was getting worse so I dosed up on my painkillers. When they kicked in I was just falling asleep when all of a sudden it hit me.


LX REMOVE "Playing Now" {MP.GAC[8].Items[<LoopIndex>].Index}

Why is it the harder you try to fix something you never get it right... give up and the answer comes to you... well it seems that way to me.

I have a saying "Look for one thing, find another" which is about me losing stuff and no matter how hard I look I don't find it but in the process I find stuff that I had been looking for a couple of days ago.

My guess is I try too hard and cause "programmers block".

The only thing wrong with it now is that when you remove the track it actually goes back to page 1 no matter what page it is on. Anyone have any ideas here?