View Single Post
Staro 29.10.2007., 19:04   #317
svebee
/
 
Datum registracije: Oct 2006
Lokacija: /
Postovi: 2,053
Citiraj:
Autor aneznam Pregled postova
Kak da natjeram foobar da prikazuje covere i lyricse. Ovo je pisalo u vodiću : select user globals, change the art path to your needs
* $puts(coverPath,$replace(%path%,%filename_ext%,folder.*))
the example searches for folder.* in the same directory as the track.
* $puts(artistPath,$replace(%path%,%filename_ext%,artist.*))
the example searches for artist.* in the same directory as the track.
pa moraš staviti sliku u isti folder gdje su ti pjesme/album i nazoveš ga recimo cover albuma da se zove "front.jpg" te slika izvođača da bude "izvodac.jpg" i onda promijeniš u User Globals u:
Citiraj:
$puts(coverPath,$replace(%path%,%filename_ext%,front.*))
$puts(artistPath,$replace(%path%,%filename_ext%,izvodac.*))


Citiraj:
Autor aneznam Pregled postova
Za lyricse mi kaže ovo : some network problems,aborting.
također imam isti problem i neznam kako ga riješiti...
svebee je offline   Reply With Quote