PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 10-01-2008, 07:28 PM
!Kernel Panic!'s Avatar
Lurker
Offline
Pocket PC: HTC Hermes
Carrier: ATT
Location: PA
 
Join Date: Aug 2008
Posts: 19
Reputation: 20
!Kernel Panic! is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: What's easiest way to add album art to music on phone?

Quote:
Originally Posted by middlemo88 View Post
What's easiest way to add album art to music on phone? Is there a software that will scan through the songs and download album art for it specifically?? Thanks

well if you have Mortscript 4.1 installed...it's easy:


Code:
Root = "\Storage Card\Music\"
Foreach ArtistDir in Directories (Root \ "*")
Artist = replace(ArtistDir,Root ,"")
Foreach AlbumDir in directories (ArtistDir \ "*")
Album = replace(AlbumDir,ArtistDir & "\","")
If (FileExists(AlbumDir \ "folder.jpg"))
#message ("yes")
Else
Sleepmessage (1,Artist & " " & Album,"Download Album Art")
thepath = "\Program Files\MortScript\"
thefile = "dl1.html"
connect("The Internet")
Download("http://albumart.org/index.php?srchkey=" & Artist & "+" & Album & "&itempage=1&newsearch=1&searchindex=Music",thepath \ thefile)
mainleft = find(strParse,"main_left")

arttitle = find(strParse, "title=", mainleft)


if (arttitle>0)
srcstart=find(strParse, "src=", arttitle)
imagestart = srcstart + 5
imageend = find(strParse, ".jpg", imagestart) + 4
imagepath=substr(strParse,imagestart,imageend-imagestart)
Download (imagepath,Root & Artist & "\" & Album & "\folder.jpg")
endif
Endif
Endforeach
Endforeach

Exit
copy and paste into notepad then rename with extension .mscr and change "Root" to where your music files are located and wallaa it will scan your music directory and insert album art....
if having issues connecting then perhaps changing line 12 connect("The Internet") ------> connect("Internet")
hope this helps


or did you want to insert the album art into the id3 tag?
__________________


Last edited by !Kernel Panic!; 10-01-2008 at 07:40 PM.
This post has been thanked 1 times.
  #12 (permalink)  
Old 10-02-2008, 09:19 AM
95FormulaTA's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Arrive
Carrier: Sprint
Location: Nebraska
 
Join Date: Mar 2008
Posts: 100
Reputation: 65
95FormulaTA is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: What's easiest way to add album art to music on phone?

Having some problems getting this script to work. I have the structure set up as \storage\music\artist\album\
"The Internet" is what works for me.
when the script executes I do not get the errors but never find any files named "folder.jpg" in any directory. thanks in advance.
  #13 (permalink)  
Old 10-02-2008, 11:38 AM
slepewoker's Avatar
PPCGeeks Regular
Offline
Pocket PC: WM 6.1
Carrier: Sprint
 
Join Date: Aug 2008
Posts: 55
Reputation: 50
slepewoker is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: What's easiest way to add album art to music on phone?

Quote:
Originally Posted by middlemo88 View Post
What's easiest way to add album art to music on phone? Is there a software that will scan through the songs and download album art for it specifically?? Thanks
All the music I have on my storage card have the album art, and the songs came straight from my iTunes library. All my songs in iTunes have the album art, so apparently the art came with the music when I copied it over. I didn't have to do anything special. The front end work that I had previously done in iTunes by copying the art from sites like Amazon and WalMart paid off when I copied the songs onto my storage card for my Touch. Sorry to hear that did not happen for you. Good Luck.
  #14 (permalink)  
Old 10-02-2008, 06:57 PM
!Kernel Panic!'s Avatar
Lurker
Offline
Pocket PC: HTC Hermes
Carrier: ATT
Location: PA
 
Join Date: Aug 2008
Posts: 19
Reputation: 20
!Kernel Panic! is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: What's easiest way to add album art to music on phone?

Quote:
Originally Posted by 95FormulaTA View Post
Having some problems getting this script to work. I have the structure set up as \storage\music\artist\album\
"The Internet" is what works for me.
when the script executes I do not get the errors but never find any files named "folder.jpg" in any directory. thanks in advance.

I have my music installed on my card as \Storage Card\music\artist\album also so the script above will scan ALL music folder's under the music directory and looks for songs that don't have an associated folder.jpg within the album directory and then auto-downloads,
  #15 (permalink)  
Old 10-02-2008, 10:13 PM
Negrito's Avatar
Banned User
Offline
Pocket PC: Diamond
Carrier: Sprint
Location: Las Vegas, Nv
 
Join Date: May 2008
Posts: 2,252
Reputation: 1395
Negrito is halfway to VIP status based on repNegrito is halfway to VIP status based on repNegrito is halfway to VIP status based on repNegrito is halfway to VIP status based on repNegrito is halfway to VIP status based on repNegrito is halfway to VIP status based on repNegrito is halfway to VIP status based on repNegrito is halfway to VIP status based on repNegrito is halfway to VIP status based on repNegrito is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: What's easiest way to add album art to music on phone?

Quote:
Originally Posted by slepewoker View Post
The front end work that I had previously done in iTunes by copying the art from sites like Amazon and WalMart...

lol, i thought i was the only one who did that. 10,000+ mp3's in my library. i would say 3000-4000 are from back when napster was free and you had to download song by song letting your computer download over night. Sooooo many songs without id3 tags, let alone album art. Slowly but surely im getting them all named and arted.




----------------
Now playing on iTunes: Jay-Z - Girls, Girls, Girls via FoxyTunes
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 05:44 PM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com