pulpTunes Community Forums The Web Server for iTunes

Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: Win 7  (Read 1760 times)

gisxer

  • Initiate
  • *
  • Posts: 1
    • View Profile
    • Email
Win 7
« on: October 12, 2009, 05:58:40 PM »

is there something different i have to do for 7?  Pulptunes hasn't worked since i upgraded to windows 7. i can see the library and the interface just fine, but cant play any songs.  even on the local machine.  i've attached a screen shot of the error.  it just keeps saying the same thing and skipping songs
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Win 7
« Reply #1 on: October 16, 2009, 02:35:06 PM »

I could finally get a hold of a win7 machine to test, but I couldn't reproduce your issue. Please set the log level to DEBUG (under the advanced settings section, after right-clicking on the orange in the task bar), and post back here what you see in the log window when the problem occurs. Also, please let me know what is the full path of your iTunes XML file.

Thanks,
Alejandro
Logged

boasist

  • Guest
Re: Win 7
« Reply #2 on: November 23, 2009, 06:32:10 PM »

I have the same issue, after looking at the log it is not mapping the UNC path correctly..

23-11 18:28:57 DEBUG - fileName: \STORAGE\Music\Tom Waits\g\09-Foreign Affair.mp3
23-11 18:28:57 DEBUG - file size: 0
23-11 18:28:57 INFO  - boasist: Streaming song "09-Foreign Affair"
23-11 18:28:57 WARN  - Couldn't open file to try extracting cover
23-11 18:28:57 DEBUG - Song doesn't have cover art
23-11 18:28:57 WARN  - FILE WAS NOT FOUND: \STORAGE\Music\Tom Waits\g\09-Foreign Affair.mp3
23-11 18:28:57 DEBUG - 0:0:0:0:0:0:0:1 - ni93tgb205d - Request: /getAlbumCover/.jpeg

Missing that first \ when mapping the tunes.
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Win 7
« Reply #3 on: November 24, 2009, 12:22:50 PM »

so you mean it should be something like \\STORAGE\Music\Tom Waits\g\09-Foreign Affair.mp3 ?
how do those paths look like in itunes xml file? if you want you can send me that file to alpeb at pulptunes.com
Logged

boasist

  • Guest
Re: Win 7
« Reply #4 on: November 24, 2009, 03:07:38 PM »

Right, any standard windows UNC path would have the dual \\ before the IP address or DNS path.
Here is a snippet of the XML from itunes.

<key>Track ID</key><integer>2606</integer>
         <key>Name</key><string>Temptations</string>
         <key>Artist</key><string>2Pac</string>
         <key>Album Artist</key><string>2Pac</string>
         <key>Composer</key><string>2Pac/David Spradley/Gary Shider/George Clinton/Harvey, O. Jr./Larry Troutman/Roger Troutman/Shirley Murdock</string>
         <key>Album</key><string>Greatest Hits (Disc 1)</string>
         <key>Genre</key><string>Hip Hop/Rap</string>
         <key>Kind</key><string>MPEG audio file</string>
         <key>Size</key><integer>4751790</integer>
         <key>Total Time</key><integer>302680</integer>
         <key>Disc Number</key><integer>1</integer>
         <key>Disc Count</key><integer>2</integer>
         <key>Track Number</key><integer>3</integer>
         <key>Year</key><integer>1998</integer>
         <key>Date Modified</key><date>2009-05-20T15:44:10Z</date>
         <key>Date Added</key><date>2009-09-06T18:03:59Z</date>
         <key>Bit Rate</key><integer>122</integer>
         <key>Sample Rate</key><integer>44100</integer>
         <key>Persistent ID</key><string>B2D51FCDD22E98E2</string>
         <key>Track Type</key><string>File</string>
         <key>Location</key><string>file://localhost//STORAGE/Music/2Pac/Greatest%20Hits%20(Disc%201)/1-03%20Temptations.mp3</string>
         <key>File Folder Count</key><integer>-1</integer>
         <key>Library Folder Count</key><integer>-1</integer>
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Win 7
« Reply #5 on: November 24, 2009, 06:08:01 PM »

You're absolutely right, I could reproduce the issue, and it'll get fixed before 1.2 final. Although note that this is an issue only for songs located in the network, outside the machine where pulpTunes is running.
Logged

boasist

  • Guest
Re: Win 7
« Reply #6 on: December 10, 2009, 11:39:44 PM »

Resolved in 1.2 beta 2.

Thank you!
Logged