proppfrexx skips 1 track every time

You have a question or need an advice about how to do something? Ask it here!
Post Reply
warmeman
Posts: 32
Joined: 05 Feb 2023 12:15
proppfrexx skips 1 track every time

Post by warmeman »

I have a question, if I start my players manually, via the start button on my airlite, and the record is over, it will start the next track again. However, it always skips 1 track, as shown in this image. What is the cause of this?

Both options are set to auto at the bottom of the screen.
Attachments
Naamloos.png
User avatar
radio42
Site Admin
Posts: 8926
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: proppfrexx skips 1 track every time

Post by radio42 »

I don’t know what is mapped and set with your D&R setup.
But I can only assume, that with your Start button, you may be also eject the current track, but that is already auto ejected and advanced to the next track, which is then ejected instead.

So please check your D&R mapping.
If you are using the standard mapping from Benjamin, note, that this is done for manual live assist, where maybe the automatic eject should not be turned on.
warmeman
Posts: 32
Joined: 05 Feb 2023 12:15
Re: proppfrexx skips 1 track every time

Post by warmeman »

I don't press the button to end the track, proppfrexx does that automatically.

Event/Commands:
OnDJAStop:
SLEEP 500
EXEC_SEND_DRAIRLITE_REMOTEON 4|0
EXEC_SEND_DRAIRLITE_SETTRACKSTATE 4|0

FYI: For me, green is on and red is off (just the other way around).

If I turn off autoeject, the track that has been played remains in the player, and the channel on the airlite remains active (green). When I press the button on the airlite, the track disappears and it loads the next one (and the button turns red). This is of course due to this line in the gpio: State_on.4=0: PLS_CURRENT_EJECT_A

However, I just want it to close the channel on the airlite after playing the track without pressing a button. That also happens, because it goes from green to red. But then he skips 1 track and prepares the next track again. And I just can't find the cause of that.
warmeman
Posts: 32
Joined: 05 Feb 2023 12:15
Re: proppfrexx skips 1 track every time

Post by warmeman »

While I'm working on it I found the solution. Instead of ONDJASTOP I have to use ONDJAEJECT. Just tested and now it works.
User avatar
radio42
Site Admin
Posts: 8926
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: proppfrexx skips 1 track every time

Post by radio42 »

Perfect
warmeman
Posts: 32
Joined: 05 Feb 2023 12:15
Re: proppfrexx skips 1 track every time

Post by warmeman »

I have to come back to it again because unfortunately it doesn't work after all.
If I have it set to ONDJAEJECT, the status of the airlite does not change.
if I have it under ONDJASTOP, the status of the airlite changes, but the next track is skipped.
Furthermore, there are no commands that can cause this.
User avatar
radio42
Site Admin
Posts: 8926
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: proppfrexx skips 1 track every time

Post by radio42 »

What status do you mean ?

Do you mean the LED state of the button on your D&R?
If yes, you have to set the LED state manually by issues the related command to your D&R.

Maybe this post helps you out: viewtopic.php?t=1305&start=10
Inzane8305
Posts: 56
Joined: 06 Jun 2018 08:06
Re: proppfrexx skips 1 track every time

Post by Inzane8305 »

I think you should take a look in the GPIO settings for your Airlite. (I had the same problem, caused by some "double action" that was set in the GPIO aswell as in the Commands&Event in Proppfrexx.)

Benjamin H. has made some video about the setup (should still be in the forum) and the files for both Airlite and Webstation are on github. Links are in the Post from Benjamin)
Inzane8305
Posts: 56
Joined: 06 Jun 2018 08:06
Re: proppfrexx skips 1 track every time

Post by Inzane8305 »

Forum for Video is "General Disc....."
Link for github: https://github.com/benhartwich/proppfrexx-remote/

Post Reply