INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: v9.1.315 ripped cd artwork question  (Read 902 times)

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
v9.1.315 ripped cd artwork question
« on: December 14, 2003, 03:58:04 am »

How do you get it to save the artwork in the same directory as the album as the name Folder.jpg so it's compatible with Windows XP?

I like secure ripping by the way ... it has saved one of my favourite CD's ... The Stone Roses by The Stone Roses :) :) :)
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Re:v9.1.315 ripped cd artwork question
« Reply #1 on: December 15, 2003, 02:08:30 pm »

bump.
Logged

antolod

  • Regular Member
  • Recent member
  • *
  • Posts: 37
  • nothing more to say...
Re:v9.1.315 ripped cd artwork question
« Reply #2 on: December 15, 2003, 05:38:43 pm »

bump
Logged
Kevin
- - - - - - - - - - - - - - - - - - - - - - - - - - -
iPod 30gig
WinXP/ P4 2gig
Media Center 11.0.changes daily - 8040 files so far...

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Re:v9.1.315 ripped cd artwork question
« Reply #3 on: December 16, 2003, 03:46:34 pm »

Bumpety-bump
Logged

LisaRCT

  • Guest
Re:v9.1.315 ripped cd artwork question
« Reply #4 on: December 16, 2003, 03:55:22 pm »

I recall King Sparta's updated CoverArt plugin being able to do that for you.  I
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20056
Re:v9.1.315 ripped cd artwork question
« Reply #5 on: December 16, 2003, 04:42:57 pm »

Look at the Path For The Media File

Do A Rev Search Of The String For the first "\"

From Byte 1 To "\" is the path to the media file

MyFilePath = "C:\My Music\MySong.mp3"

    If LenB(MyFilePath) <> 0 Then
        MyPos1 = 0
        MyPos1 = InStrRev(MyFilePath, "\")
        If MyPos1 <> 0 Then
            MyNewFilePath = Mid(MyFilePath, 1, MyPos1)
        End If
    End If

MyNewFilePath Now Will Be "C:\My Music\"

and Folder.jpg can be found or saved


Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
https://centercitybbs.com
Fayetteville, NC, USA

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Re:v9.1.315 ripped cd artwork question
« Reply #6 on: December 17, 2003, 12:30:59 am »

My plugin AlbumView also does it but MC should have a checkbox to support the Microsoft standard set in Windows XP.
Logged
Pages: [1]   Go Up