INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: chrisjj on November 06, 2013, 03:04:50 pm

Title: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: chrisjj on November 06, 2013, 03:04:50 pm
On a repeated track, track double click selects all the repeats:

(http://img826.imageshack.us/img826/2347/qynx.png)

The regular Play command (View, Play or Play button) does not - much better, I think:

(http://img11.imageshack.us/img11/3487/ovjf.png)

Can I configure track double click to perform the regular Play?

Devs, perhaps the current behaviour is in error? It means e.g. Stop, Play plays just the repeated tracks. It seems there's a conflict between the selection showing the tracks that are playing, but then determining the positions that will play upon Play.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: Arindelle on November 07, 2013, 08:45:54 am
You have some choices here Options=>General=>Behavior

Is "Replace Playing Now (All) selected?
If not try that - it should stop the player and clear the playing now
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: chrisjj on November 07, 2013, 09:26:20 am

Is "Replace Playing Now (All) selected?

Yes.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: Arindelle on November 07, 2013, 11:02:11 am
The Only way I can reproduce this is if I have the repeat button on with the repeat current option chosen. And that seems normal to me.

Not sure what problem you are having, but did you maybe forget to turn off repeat - otherwise it will loop.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: chrisjj on November 07, 2013, 07:52:35 pm
The Only way I can reproduce this is if I have the repeat button on with the repeat current option chosen.

Strange. Here it happens the same if repeat button is off: (http://img35.imageshack.us/img35/4566/2esu.png)

Not sure what problem you are having, but did you maybe forget to turn off repeat

The problem is not to do with MC's repeat function. It is to do with repeats of a track that I have made in a playlist.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: Arindelle on November 08, 2013, 05:29:48 am
The problem is not to do with MC's repeat function. It is to do with repeats of a track that I have made in a playlist.

hmm .... probably has something to do with using this from within a playlist.  Try this start your playlist and then go to Playing Now window. Now try double clicking.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: chrisjj on November 08, 2013, 06:34:22 am
hmm .... probably has something to do with using this from within a playlist.  Try this start your playlist and then go to Playing Now window. Now try double clicking.

Playing Now shows the same issue.

(http://img4.imageshack.us/img4/9422/1eb2.png)

And another issue: it fails to embolden the other instances of the playing track.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: Arindelle on November 08, 2013, 06:36:47 am
sorry .. I'm out of ideas. Can't seem to reproduce the issue outside of playlists. Hope somebody else can help
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: chrisjj on November 08, 2013, 07:35:40 am
Can't seem to reproduce the issue outside of playlists.

Could you show a screenshot of your result on Playing Now?
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: Arindelle on November 08, 2013, 12:08:45 pm
ok but not sure how that would help you

Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: MrC on November 08, 2013, 12:20:05 pm
I think only Playing Now tracks the sequence that is currently playing.  Tracks that are being played will highlight when viewed in a playlist.  Since the Playing Now sequencing can be different than the playlist's sequencing, there is no way to know which of the playlists sequence is being played.  Hence, all copies of the track are highlighted.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: chrisjj on November 08, 2013, 01:39:57 pm
Thanks MrC. That expains the absent emboldening. If you've no suggestion on the extra selection, I guess it must be a bug.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: MrC on November 08, 2013, 02:27:36 pm
It's a reasonable limitation of the design and implementation.  I'd hazard a guess that the algorithm for highlighting tracks in a non Playing Now view is this:
 
   if FileKey() is currently playing
      highlight tracks that have the same FileKey()

Thus, in a playlist, all duplicate tracks have the same FileKey(), so they get highlighted.

Since Playing Now can be shuffled after playlist contents are added, and MC maintains no Original Ordered Added for Playing Now items, there's no way to distinguish which of the several duplicates is actually playing.  And it seems entirely reasonable to highlight the track that is currently playing.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: chrisjj on November 09, 2013, 08:55:44 am
I agree. But I'm not suggesting a bug in the highlighting (emboldening). I'm suggesting a bug in the selecting.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: MrC on November 09, 2013, 11:41:31 am
I meant "highlighting" as an all-encompassing term.
Title: Re: 19.0.54 Can I configure track double click to perform the regular Play command?
Post by: chrisjj on November 09, 2013, 01:05:54 pm
I meant "highlighting" as an all-encompassing term.

Then I have to say that your:

Quote
I'd hazard a guess that the algorithm for highlighting tracks in a non Playing Now view is this:
 
   if FileKey() is currently playing
      highlight tracks that have the same FileKey()

does not accord with what's seen. E.g. none of these "highlighted" tracks are playing:

(http://img266.imageshack.us/img266/5092/t6oe.png)

I think that's because this blue background indicates selected - whereas it is emboldening that indicates playing.