MSFN Forum: WMP11 - Double clicking media file adds it to playlist - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

WMP11 - Double clicking media file adds it to playlist Rate Topic: -----

#1 User is offline   LeveL 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 551
  • Joined: 30-September 05

Posted 26 March 2007 - 03:50 PM

I am integrating Windows Media Player 11 with nLite.

I can click a media file and it plays, but then when I click a 2nd,
3rd, 4th, 5th file, instead of it playing, it just gets added to the
playlist.

Under "Tools > Options > Player > Add media files to library when played"
that box is unticked, so it shouldn't be behaving like this.

Here are some reg tweaks I am using for WMP11, could any of these
tweaks be making it not work?!

Quote

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"SilentAcquisition"=dword:00000000
"UsageTracking"=dword:00000000
"DisableMRU"=dword:00000001
"SaveDRMMusic"=dword:00000000
"LibraryHasBeenRun"=dword:00000001
"FullmodeTaskbar"=dword:00000001
"UpgradeCheckFrequency"=dword:00000002
"StretchToFit"=dword:00000001
"LaunchIndex"=dword:00000003
"Maximized"="0"
"ShrinkToFit"=dword:00000000
"ShowEffects"=dword:00000001
"ShowFullScreenPlaylist"=dword:00000000
"NowPlayingQuickHide"=dword:00000000
"ShowTitles"=dword:00000001
"ShowCaptions"=dword:00000001
"TitlebarMouseover"=dword:00000000
"ForceOnline"=dword:00000000
"NowPlayingPlaylist"=dword:00000001
"NowPlayingMetadata"=dword:00000001
"NowPlayingSettings"=dword:00000000
"VizAutoSelect"=dword:00000001
"CurrentDisplayView"="VizView"
"CurrentDisplayPreset"=dword:00000000
"CurrentSettingsPreset"=dword:00000000
"CurrentMetadataPreset"=dword:00000000
"UserDisplayView"="VizView"
"UserWMPDisplayView"="VizView"
"UserWMPSettingsView"="EQView"
"UserWMPMetadataView"="MediaInfoView"
"UserDisplayPreset"=dword:00000000
"UserWMPDisplayPreset"=dword:00000000
"UserWMPSettingsPreset"=dword:00000000
"UserWMPMetadataPreset"=dword:00000000
"UserWMPShowSettings"=dword:00000000
"UserWMPShowMetadata"=dword:00000000
"CDRecordMP3"=dword:00000001
"CDRecordMode"=dword:00000000
"WMARecordRate"=dword:0000fa00
"WMARecordQuality"=dword:00000000
"MP3RecordRate"=dword:0002ee00
"CDRecordDRM"=dword:00000000
"AutoCopyCD"=dword:00000000
"AutoEjectCD"=dword:00000000
"AutoAddRemovable"=dword:00000000
"AutoAddMusicToLibrary"=dword:00000000


The only tweak I can see that relates to this is the last one "AutoAddMusicToLibrary"
and this is set to "0" in other words no, don't "AutoAddMusicToLibrary".

Sheesh... I don't get it.


#2 User is offline   tap52384 

  • nLite Lover
  • PipPipPip
  • Group: Members
  • Posts: 331
  • Joined: 11-August 04

Posted 26 March 2007 - 04:08 PM

do you have copy to/move to registry tweaks as well? they cause funny things to happen, or at least that I've seen before...

#3 User is offline   LeveL 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 551
  • Joined: 30-September 05

Posted 26 March 2007 - 04:19 PM

View Posttap52384, on Mar 26 2007, 11:08 PM, said:

do you have copy to/move to registry tweaks as well? they cause funny things to happen, or at least that I've seen before...


No.

I will leave those tweaks out and install Windows again, see if it still happens.

I am also putting these tweaks in via nLite:

Quote

Windows Media Player-Accept Privacy Statement
Windows Media Player-Disable auto-add music to library
Windows Media Player-Disable automatic codec download
Windows Media Player-Disable metadata retrieval
Windows Media Player-Disable MRU
Windows Media Player-Disable silent acqusition
Windows Media Player-Disable starting with Media Guide
Windows Media Player-Do not show anchor in Designmode
Windows Media Player-Enhanced privacy settings
Windows Media Player-No visualization
Windows Media Player-Optimize fullscreen mode behavior
Windows Media Player-Remove all context menu entries
Windows Media Player-Zoom video to windowsize


Its also disabled there too!

In the NLITE.INF those tweaks translate as follows:

Quote

"AcceptedPrivacyStatement",0x00010001,1
"FirstRun",0x00010001,0
"LaunchIndex",0x00010001,1
"AutoAddMusicToLibrary",0x00010001,0
"UpgradeCodecPrompt",0x00010001,0
"MetadataRetrieval",0x00010001,0
"DisableMRU",0x00010001,1
"SilentAcquisition",0x00010001,0
"StartInMediaGuide",0x00010001,0
"DoNotShowAnchor",0x00010001,1
"UpgradeCodecPrompt",0x00010001,1
"SendUserGUID",0x00000001,00
"UsageTracking",0x00010001,0
"UpgradeCheckFrequency",0x00010001,2
"ForceOnline",0x00010001,0
"ShowEffects",0x00010001,0
"ShowControlsOnEveryMouseMove",0x00010001,0
"FSControls_ControlsTimeout",0x00010001,1
"FSControls_CursorTimeout",0x00010001,1
"FSControls_MoveSpeed",0x00000001,00,00,c8,42
"ClipFullScreen",0x00010001,1
"StretchToFit",0x00010001,1
"SnapToVideo",0x00010001,0


It seems to be the correct tweak but it is set to not add music to the library.

Thats the library though - its the PLAYLIST I am having the problem with... ummmm.....

This post has been edited by LeveL: 26 March 2007 - 04:26 PM


#4 User is offline   Ver Greeneyes 

  • Member
  • PipPip
  • Group: Members
  • Posts: 128
  • Joined: 03-December 04

Posted 28 March 2007 - 09:38 AM

As far as I can see from your posts, both the setting and the tweak have to do with the -library-, as you noted. Adding files to the playlist rather then playing them is just the way WMP works I think, don't know if there's a setting for it (but the setting you talked about isn't it)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy