| 
					
							 Registered Member  
						
					
  | 
				
					 
							Amarok dosent handle mp3 files in a good way. Example: If song dosent have id3 tag then artist name in playlist is empty and songname is like: artist - songname. 
						
						So amarok should improve the file handling so that if file name is: artist - songname.mp3 without id3 tag, amarok should get artist name out of the filename and songname also. Now amarock looks only id3 tag I believe. If the reason is that id3 tag artist is empty and songname is artist - songname, then process songname via finding - mark like explode("-",$songname) in php into array where first is artist and second is songname. example in php code: if (empty($artistt)) { $song = explode("-", $songname); $artist = $song[0]; $songname = $song[1]; } 
								Last edited by Jeroi on Sun Mar 25, 2007 12:52 pm, edited 1 time in total.
								
							 
						
					 | 
			
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]