OUR NETWORK:MediaSmart Home Sansa Community Explore3DTV TechLore RoboCommunity Dijit Community About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 168887.0
December 31, 2009 05:46 PM
Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

Kurt

Member
Joined: 12/27/2009

Mapped network drives do not show up as selectable folder sources in the Music / Video settings. Is there a config file mod that can be done to user.config or reg hack that enables this?

Also, is there a way to HIDE sources from showing in the top bar? I'm tired of seeing my DirecTV boxes in the top bar as a selectable media source.

Discussion:    Add a Comment | Comments 1-11 of 11 | Latest Comment

Answers Post January 3, 2010 2:08 AM

To include network shares into the TouchSmart music library, create a symbolic directory link in a folder of your library list of folders.  For example, "Public Music" is in my list. 

Open a command window (run as administrator) and change directory to "C:\Users\Public\Music".   Then execute the command:

     mklink /d rmusic "\\server\music"

Where \\server\music is the network share, and rmusic is now the symbolic directory link that points to it ( in the Public Music folder ).   Go into TouchSmart and it will now include all of your remote music directly into the music library.

... on the question of hiding the DirecTV2PC Media Servers, I created an IP filter list in the Windows 7 MMC to block the source addresses of my DirecTV boxes (which have static IP addresses).

  

January 3, 2010 8:56 AM

jcolo said: To include network shares into the TouchSmart music library, create a symbolic directory link in a folder of your library list of folders.  For example, "Public Music" is in my list.  Open a command window (run as administrator) and change directory to "C:\Users\Public\Music".   Then execute the command:      mklink /d rmusic "\\server\music" Where \\server\music is the network share, and rmusic is now the symbolic directory link that points to it ( in the Public Music folder ).   Go into TouchSmart and it will now include all of your remote music directly into the music library. ... on the question of hiding the DirecTV2PC Media Servers, I created an IP filter list in the Windows 7 MMC to block the source addresses of my DirecTV boxes (which have static IP addresses).   

Bravo- Very creative solutions and thank you for posting something truly useful. It did not occur to me to get "old skool" with the solution, e.g symbolic links / firewall settings.  I suppose I've gotten too soft being spoiled by Windows Media Centers' inclusion of mapped drives (as well as just about every other media center interface... XBMC, XLobby, etc etc..  ;p 

Why HP omitted showing mapped drives as a local resource on purpose is beyond me. That is the point of mapped drives. I typically have the Windows firewall turned off on all LAN computers- Using a Juniper SSG for my perimeter firewall.

January 9, 2010 10:03 AM

Can anyone please help me, I have a network drive thats full of albums, I ran the command mklink /d rmusic "\\server\music" and it worked fine and used it as a source for my albums.

The problem I have is that some of my albums were not named correctly so some tracks appear on there own or have been added as a seperate album.

The question I have is, I've now renamed all my albums but how do I refresh the Album view as I can't seem to refresh it.

(I hope this makes sence)

Thanks in advance

January 9, 2010 10:11 AM

Can you clarify how you renamed the albums? Did you simply change the folder and/or file names of your albums / music files or did you use an mp3 tag editor to change the artist / album info on each music file? Keep in mind that the "album" and "artist" views use the tag info inside each music file to create the view.

January 9, 2010 10:16 AM

Kurt said: Can you clarify how you renamed the albums? Did you simply change the folder and/or file names of your albums / music files or did you use an mp3 tag editor to change the artist / album info on each music file? Keep in mind that the "album" and "artist" views use the tag info inside each music file to create the view.
Hi, Thanks for your reply, I used a MP3 Tag Editor to rename the Album & Artists Name - Is there anyway to update the view??
Thanks in advance
 

January 9, 2010 10:19 AM

Honestly I don't know as I have not implemented the mklink fix yet. It wouldn't surprise me if the TS was doing some sort of information caching, have you tried closing / re-opening the TS app to see if that refreshes it?

January 9, 2010 11:56 AM

Kurt said: Honestly I don't know as I have not implemented the mklink fix yet. It wouldn't surprise me if the TS was doing some sort of information caching, have you tried closing / re-opening the TS app to see if that refreshes it?
Yep, same problem
Help!

January 9, 2010 3:14 PM

This is really starting to pee me off, I'm finding that if certain info is diffrent from album to album e.g if a track has an album artist defined and the others tracks don't then it thinks its a seperate album. I've renamed all my albums to the same name and artist but its still not liking it.

There must be a way to refresh the album list, but for the life of me I cant see how

January 9, 2010 8:45 PM

You have to make sure the "album" tag for all of your song tracks are the same. If some of the song tracks do not have the same album info then yes they will be viewed as a different album. Try opening Windows Media Player and see if your tracks show up differently or the same as in the TS Music Player.

January 11, 2010 5:37 PM updated: April 23, 2011 9:57 PM

jcolo said: To include network shares into the TouchSmart music library, create a symbolic directory link in a folder of your library list of folders.  For example, "Public Music" is in my list.  Open a command window (run as administrator) and change directory to "C:\Users\Public\Music".   Then execute the command:      mklink /d rmusic "\\server\music" Where \\server\music is the network share, and rmusic is now the symbolic directory link that points to it ( in the Public Music folder ).   Go into TouchSmart and it will now include all of your remote music directly into the music library. ... on the question of hiding the DirecTV2PC Media Servers, I created an IP filter list in the Windows 7 MMC to block the source addresses of my DirecTV boxes (which have static IP addresses).   

I wanted to add that this method also works for the Photos and Videos TouchSmart apps. You'll have to first create separate symbolic links to your network stored videos and photos, same as you did above for your network music share, and then go into TS Photo settings and TS Video settings menu. Now select the "rphotos" and "rvideos" links that you created (or whatever you named them), then they will show up in the native TS libraries as if they were on the local computer.

Nice work-around.  HP is lame for not allowing network storage devices and regular mapped drives to be included in the TS default folder selection settings!!!!

Answers Post April 23, 2011 10:14 PM updated: April 23, 2011 10:21 PM

PS -

to create the persistent symbolic links you have to do it from a command prompt window running as Administrator.

Search in windows for cmd.exe, run it as administrator, then inside the command prompt window change directory to your 'c:\users\public\music' directory. Then run the mklink command:

mklink /d rmusic "\\server\music"

The mklink command will create the symbolic link only in the directory specified in the command prompt window.

Now repeat the same by switching to the 'c:\users\public\videos' directory, then run:

mklink /d rvideos "\\server\videos" .

Do this one more time for your 'c:\users\public\photos' directory.

Note you must already have network share folders set up on your NAS such as \\server\music, \\server\photos and \\server\videos before doing this so you actually have something to map to using the mklink command. Don't just do the mklink to the \\server itself, it will not work out well. You need to map to individual folders on your NAS, such as '\music', '\videos' and '\photos'

Discussion:    Add a Comment | Back to Top | Comments 1-11 of 11 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window