Log in

View Full Version : Player Profile Setting


div007
17th August 2012, 13:00
Dear ALL,

As per Player profile setting given below

Move (GPR)ProfileGPR [ID:0] (PSR)Player Profile/Player Version[ID:31]
And (GPR) ProfileGPR [ID:0] 0x000F0000
Shift Right (GPR) ProfileGPR [ID:0] 16
If((GPR) ProfileGPR [ID:0]==0)Play PL Playlist_1.0[ID:01]
If((GPR) ProfileGPR [ID:0]==1)Play PL Playlist_1.1[ID:01]

My Query is about Player Profile Setting.
Applying the above command, during Initializing, will play on all Players or only for suggested player (Player profile with 1.0 or 1.1.)


Please guide me.

mp3dom
17th August 2012, 13:12
Profile 1.0 will start playing playlist1.0
Profile 1.1 will start playing playlist 1.1
Profile 2.0 will continue the execution of the commands (if there are any). You'll have the value of "3" in the GPR for Profile 2.0 players.

div007
17th August 2012, 14:38
Dear Mp3 dom/All,

Thanks,
OK, if value Player Profile 2.0 is “3”,

Then what is the value for Profile “5” players, is it 4 or 5,

else it is accepting the default value.

mp3dom
17th August 2012, 17:52
For 3D capabilities you need to look into another zone of the register, in particular bit 20 (starting from bit0, so it's the 21st) is the indicator of 3D capabilities.

If PSR31 & 00100000 PlayPL 3dPlaylist

If the player is profile5 then it will play the playlist 3dPlaylist.
For 3D you also need to look at PSR23 (display capability) and PSR21 (preferred output mode).