Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2845 connectés 

 


 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  16  17  18  ..  133  134  135  136  137  138
Auteur Sujet :

CUSTOM : concours du plus beau Foobar2000

n°671933
hpl-nyarla​thotep
I failed in life
Posté le 13-07-2004 à 14:12:39  profilanswer
 

Reprise du message précédent :
J'ai juste repris l'image trouvée dans l'un de ces topics:
http://www.hydrogenaudio.org/forum [...] opic=22306
http://www.hydrogenaudio.org/forum [...] opic=17881
 
Où exactement? Désolé, je ne m'en rappelle pas.  :ange:


---------------
It ain't contrived all this magic in our lives comes down like a storm then drizzles then dies
mood
Publicité
Posté le 13-07-2004 à 14:12:39  profilanswer
 

n°691998
stouffic
Posté le 20-08-2004 à 10:05:25  profilanswer
 

Bonjour j'ai un souci avec foobar: mes titres sont coupés à 29 caractères (dans les propriétés de la piste et à l'affichage de la playlist): comment puis-je faire pour afficher la totalité des titres?
Merci d'avance.

n°692051
hpl-nyarla​thotep
I failed in life
Posté le 20-08-2004 à 11:31:15  profilanswer
 

Tu peux poster ton script d'affichage?
Quel format de tag?
autres détails?


---------------
It ain't contrived all this magic in our lives comes down like a storm then drizzles then dies
n°692187
stouffic
Posté le 20-08-2004 à 15:02:19  profilanswer
 

Voilà "mon" script. Il a été créée par du forum Homecinema-fr (Emmanuel Piat) merci à lui.
 
Je précise que lorsque je clique droit sur une piste de la playlist, dans Propriétés, le titre est coupé de la même façon que dans la playlist.
 Je ne sais pas si je suis clair, m'enfin merci d'avance.
 
 
 
// *****************************************
// foobarEP
// EPiat foobar2000 Playlist configuration
// Version: 1.00 - 2004-07-21
// Contact: epiat@ens2m.fr
// *****************************************
 
// This script requires foobar2000 0.7 or higher
// It is based on SatCP's foobarXP Playlist configuration
// available on http://users.pandora.be/satcp/foobar2000/index.html
 
// *****************************************
// CONFIGURATION
// *****************************************
 
// Width of the column showing extended album info [default: 88]
// Requires a mono-spaced font! Recommended: ProFontWindows_v2.1b
 
$puts(width,76)
 
// Display extra fileinfo on the right (codec, bitrates, replaygain) [on: 1 (default), off: 0]
$puts(display_file_info,0)
 
// The symbol used to separate items [default:  • ]
$puts(separator3, • )
 
// Default User Interface configuration :
// Playlist font : ProFontWindows v2.1b, Regular, 9
// Status bar font : Tahoma, Regular, 8
// Playlist background color : RGB = 49,90,136
// Playlist selection color  : RGB = 255,167,79
// Selected item frame       : RGB = 198,99,0
 
// Colors [normal|selected]
// Album color in advanced playlist [default: CCE6FF|FFFFFF]
$puts(col_album,CCE6FF|FFFFFF)
 
// Track number color [default: C0C0C0|606060]
$puts(col_tracknr,C0C0C0|606060)
 
// File/Album info color [default: 6AB5FF|606060]
$puts(col_info,6AB5FF|606060)
 
// Track length color [default: C0C0C0|606060]
$puts(col_length,C0C0C0|606060)
 
// Line color in advanced playlist [default: 808080|808080]
$puts(col_line,808080|808080)
 
// Playlist number color [default: 808080|C0C0C0]
$puts(col_pl_number,808080|C0C0C0)
 
// Track rating color [default: 6AB5FF|D8D8D8]
$puts(col_rating,6AB5FF|D8D8D8)
 
// Single track album color [default: 808080|C0C0C0]
$puts(col_singletrack,808080|C0C0C0)
 
// Artist - Track color [default: D7B08E|202020]
$puts(col_text,D7B08E|202020)
 
// TAG advice color [default: C0C0C0|606060]
$puts(col_advice,C0C0C0|606060)
 
// Currently playing track color [default: 0080FF|FFFFFF]
$puts(col_np,0080FF|FFFFFF)
 
// Paused track color [default: 0065CA|AAD5FF]
$puts(col_pd,0065CA|AAD5FF)
 
// Name of the directory containing "various artists" albums [default: Various Artists]
// The script will assume the directory structure is: ../Various Artists/Album Name/
// This is required for the correct recognition of VA albums in the advanced playlist
// If you change this, the formatting string of the Album List (if used) should also be changed.
$puts(various_artists,Various Artists)
 
// *****************************************
// CORE
// *****************************************
 
// Don't change anything below here unless you now what you're doing
 
// Wrap "currently playing track" or paused colors around playlist number, artist,
// track title and length
$puts(np_col_album,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_album))))
$puts(np_col_length,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_length))))
$puts(np_col_singletrack,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_singletrack))))
$puts(np_col_text,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_text))))
$puts(np_col_tracknr,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_tracknr))))
$puts(np_col_pl_number,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_pl_number))))
$puts(np_col_info,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_info))))
$puts(np_col_rating,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_rating))))
$puts(np_col_advice,$if(%_ispaused%,$get(col_pd),$if(%_isplaying%,$get(col_np),$get(col_advice))))
 
// Separators
$puts(separator,$get(col_line)$char(31)' ')
$puts(separator2,$get(col_line)'  ')
 
// Build 4 digit playlist number
$puts(pl_number,$get(np_col_pl_number)$num(%_playlist_number%,4)'  ')
 
// Build 4 digit track rating
$puts(track_rating,$get(np_col_rating)$repeat(• ,%trackrating%)$repeat(· ,$sub(4,%trackrating%))' ')
 
// Retrieve DISC tag and construct (CDx) string
$puts(disc,$if(%disc%,' (CD'$replace($upper(%disc%),'CD',,'DISC',)')',))
 
// Retrieve ARTIST tag.
// If not available try to retrieve artist from filename  
// with following supposed formatting given by EAC : %N. %D - %C (%V)
// xx. artist - album (date) [title].ext
// If not available in filename then artiste is set to "Artiste inc."
 
$if(%performer%,$puts(artist,%performer%))
$if(%artist%,$puts(artist,%artist%),$puts(artist,$substr(%_filename%,$add($strchr(%_filename%,.),2),$sub($strchr(%_filename%,-),2)))$if($longer($get(artist),''),,$puts(artist,Artiste inc.)))
 
// Retrieve ALBUM tag.  
// If not available try to retrieve album from filename
// with following supposed formatting given by EAC : %N. %D - %C (%Y)
// xx. artist - album (date) [title].ext
// If not available in filename, then album is not set
 
$if(%album%,$puts(album,%album%),$puts(album,$substr(%_filename%,$add($strchr(%_filename%,-),2),$sub($strchr(%_filename%,'('),2)))
$if($longer($get(album),''),,$puts(album,N/A)))
 
// Retrieve TITLE tag.
// If not available try to retrieve title from filename
// with following supposed formatting given by EAC : %N. %D - %C (%Y)
// xx. artist - album (date) [title].ext
// [title] is optional ! Don't put brackets.
// If not available in filename, then title is set to "sans titre"
 
$if(%title%,$puts(title,%title%)
,$puts(title,$substr(%_filename%,$add($strchr(%_filename%,')'),1),$len(%_filename%)))$if($longer($get(title),'')
 
,$puts(title,"%_filename_ext%" $get(np_col_advice)'('$char(7) $if(%singletrack%,tag TITLE conseillé')',$if(%tracknumber%,tag TITLE conseillé pour album')',création album ou ajout tag SINGLETRACK conseillé pour fichier non formaté')')))
 
,$puts(title,$if(%singletrack%,sans titre $get(np_col_advice)'('$char(7) tag TITLE conseillé')',$if(%tracknumber%,sans titre $get(np_col_advice)'('$char(7) tag TITLE conseillé pour album')',"%_filename_ext%" $get(np_col_advice)'('$char(7) création album ou ajout tag SINGLETRACK conseillé pour fichier formaté')')))))
 
// CD reading case translated in french
$if($stricmp($left(%title%,2),cd),$puts(title,Plage de CD))
 
// Retrieve TRACKNUMBER tag.  
// If not available try to retrieve title from filename
// with following supposed formatting given by EAC : %N. %D - %C (%Y)  
// xx. artist - album (date) [title].ext
 
$puts(tracknr,$get(np_col_tracknr)$if(%tracknumber%,$num(%tracknumber%,2),$if($get(CD),$right(%_filename%,2),$if($strcmp($strchr(%_filename%,.),3),$left(%_filename%,2),'··')))$get(separator3))
 
 
// Build album gain string for info column
$puts(rg,$if($cut(%__replaygain_album_gain%,5),$if($strstr(%__replaygain_album_gain%,'dB'),%__replaygain_album_gain%,%__replaygain_album_gain%' dB'),'N/A'))
$puts(rg,$if(%singletrack%,'Gain: ','Album Gain: ')$get(rg))
$puts(rg,$if($greater($len($get(rg)),$sub($div($get(width),2),2)),$cut($get(rg),$sub($div($get(width),2),3))'…',$get(rg)))
 
// Build genre string for info column.
// Genre accepts multiline values and displays those as A, B, C
// Do not put this on a single line!!
$puts(genre,'Genre: '$replace($meta(genre),'
',', '))
$puts(genre,$if($greater($len($get(genre)),$sub($div($get(width),2),2)),$cut($get(genre),$sub($div($get(width),2),3))'…',$get(genre)))
 
// Build album string : Artist - Album Name (CDx)
// If Various Artists cd, replace Artist with Various Artists
$puts(albumstring,$if(%va%,Artistes multiples,$if($strcmp($get(various_artists),$directory(%_path%,2)),$if(%singletrack%,$get(artist),Artistes multiples),$get(artist)))$if($strcmp($get(album),N/A),,$get(separator3)$get(album))$if(%disc%,$get(disc),))
 
// troncat if not enough space
$puts(albumstring,$if($greater($len($get(albumstring)),$sub($get(width),1)),$cut($get(albumstring),$sub($get(width),2))'…',$get(albumstring)))
 
// Add album gain string for single track if enough space is present
$if(%singletrack%,$ifgreater($add($len($get(albumstring)),$len($get(rg)),4),$get(width),$puts(extra_add,0),$puts(albumstring,$get(albumstring)$get(separator3)$get(col_info)$get(rg)$puts(extra_add,1))))
 
// Add genre string for single track if enough space is present
//$if($and(%singletrack%,%genre%),$ifgreater($add($len($get(albumstring)),$len($get(genre)),-11),$get(width),,$puts(albumstring,$get(albumstring)$get(separator3)$get(genre)$puts(extra_add,1))))
 
// Build date string for album info column
$puts(date,'Date: '$if2(%year%,%date%))
$puts(date,$if($greater($len($get(date)),$sub($div($get(width),2),2)),$cut($get(date),$sub($div($get(width),2),3))'…',$get(date)))
 
// Build track length string
$puts(length,$get(np_col_length)$pad_right(%_length%,7))
 
// Build conductor string for album info column
$puts(conductor,$if(%conductor%,Dirigé par %conductor%))
$puts(conductor,$if($greater($len($get(conductor)),$sub($get(width),1)),$cut($get(conductor),$sub($get(width),2))'…',$get(conductor)))
 
// Build performer1 (orchestra) string for album info column
$puts(performer1,$meta(performer,1))
$puts(performer1,$if($greater($len($get(performer1)),$sub($div($get(width),2),2)),$cut($get(performer1),$sub($div($get(width),2),3))'…',$get(performer1)))
 
// Build performer2 string for album info column
$puts(performer2,$meta(performer,2))
$puts(performer2,$if($greater($len($get(performer2)),$sub($get(width),2)),$cut($get(performer2),$sub($get(width),3))'…',$get(performer2)))
 
// Build performer3 string for album info column
$puts(performer3,$meta(performer,3))
$puts(performer3,$if($greater($len($get(performer3)),$sub($get(width),2)),$cut($get(performer3),$sub($get(width),3))'…',$get(performer3)))
 
// Build performer4 string for album info column
$puts(performer4,$meta(performer,4))
$puts(performer4,$if($greater($len($get(performer4)),$sub($get(width),2)),$cut($get(performer4),$sub($get(width),3))'…',$get(performer4)))
 
// Build performer5 string for album info column
$puts(performer5,$meta(performer,5))
$puts(performer5,$if($greater($len($get(performer5)),$sub($get(width),2)),$cut($get(performer5),$sub($get(width),3))'…',$get(performer5)))
 
// Build performer6 string for album info column
$puts(performer6,$meta(performer,6))
$puts(performer6,$if($greater($len($get(performer6)),$sub($get(width),2)),$cut($get(performer6),$sub($get(width),3))'…',$get(performer6)))
 
 
// Build the track number string
//$puts(tracknr,$get(np_col_tracknr)$if(%tracknumber%,$num(%tracknumber%,2),'··')$get(separator3))
 
// Build title string:  
// (##) Artist if various artists - Part if avalaible - Track Title
$puts(title,$get(tracknr)$get(np_col_text)$if(%va%,$get(artist)$get(separator3),)$if(%part%,%part%$get(separator3),)$get(title))
 
// Build the codec string for album info column
$puts(type,'Codec: '$if($strstr(%_path_raw%,'cdda://'),'CDDA',$if3(%mp3%,$caps2(%__codec%),$ext(%_path%)))[' ('[%__compression%]')'])
$puts(type,$if($greater($len($get(type)),$sub($div($get(width),2),2)),$cut($get(type),$sub($div($get(width),2),3))'…',$get(type)))
 
// Build extra file info string
$puts(filespecs,$if($stricmp($get(display_file_info),1),$get(np_col_info)$pad_right($upper($right(%_filename_ext%,3)),5) $pad_right(%__bitrate%/$div(%__samplerate%,1000)$if($strcmp(%__channels%,1),/M)$if($strcmp(%__channels%,2),/S),9)$pad_right($if(%__replaygain_track_gain%,T, ),3)$pad_right($if(%__replaygain_album_gain%,A, ),1),))
 
// Retrieves the date of the track. Various Artists cds require a separate TRACKDATE tag
// for the year to be displayed in parenthesis after the title.  
// Regular albums use the DATE tag but a TRACKDATE tag is can be specified for specific title
 
$puts(trackdate,$if(%trackdate%,'  '$get(col_info)'('%trackdate%')',$if($and(%singletrack%,%date%),'  '$get(col_info)'('%date%')')))
 
// If not single track build the album column on the left
$puts(info,$if($not(%singletrack%),
 
// Album, codec, replaygain, etc info in front of the 4 first tracks
// Nothing in front of the rest
$select($min(%tracknumber%,10),
 
// Build first line (artist - album)
$get(col_line)$char(129)'<'$get(col_album)$get(albumstring)$get(col_line)'>'$repeat('—',$sub($get(width),$add($len($get(albumstring)),1))),
 
// Build second line (codec and replaygain)
$get(separator)$get(col_info)$padcut($padcut($get(type),$div($get(width),2))$get(rg),$get(width)),
 
// Build third line (date and genre)
$get($if($or(%date%,%genre%),separator,separator2))$get(col_info)$padcut($if(%date%,$padcut($get(date),$div($get(width),2)),)$if(%genre%,$get(genre),),$get(width)),
 
// Build fourth line (conductor and performer 1 (orchestra))
$get($if($or(%conductor%,$meta(performer,1)),separator,separator2))$get(col_album)$padcut($if($meta(performer,1),$padcut($get(performer1),$div($get(width),2)),)$if(%conductor%,$get(conductor),),$get(width)),
 
// Build fifth line (performer 2)
$if($meta(performer,2),$get(separator)$get(col_info)$padcut($padcut($get(performer2),$get(width))$get(performer2),$get(width)),$get(separator2)$repeat(' ',$get(width))),
 
// Build sixth line (performer 3)
$if($meta(performer,3),$get(separator)$get(col_info)$padcut($padcut($get(performer3),$get(width))$get(performer3),$get(width)),$get(separator2)$repeat(' ',$get(width))),
 
// Build seventh line (performer 4)
$if($meta(performer,4),$get(separator)$get(col_info)$padcut($padcut($get(performer4),$get(width))$get(performer4),$get(width)),$get(separator2)$repeat(' ',$get(width))),
 
// Build eighth line (performer 5)
$if($meta(performer,5),$get(separator)$get(col_info)$padcut($padcut($get(performer5),$get(width))$get(performer5),$get(width)),$get(separator2)$repeat(' ',$get(width))),
 
// Build nineth line (performer 6)
$if($meta(performer,6),$get(separator)$get(col_info)$padcut($padcut($get(performer6),$get(width))$get(performer6),$get(width)),$get(separator2)$repeat(' ',$get(width))),
 
// Build lines after all this !
$get(separator2)$repeat(' ',$get(width)))
 
// The separators before titles
$get(col_line)$select($min(%tracknumber%,2),$char(30) ,$char(31) ),
 
// Info column for single track
$get(col_line)' <'$get(col_album)$get(albumstring)$get(col_line)'>'
$if($stricmp($get(extra_add),1),$repeat('—',$sub($get(width),$sub($len($get(albumstring)),14))),$repeat('—',$sub($get(width),$add($len($get(albumstring)),1))))$char(143)' '
))
 
// *****************************************
// OUTPUT
// *****************************************
 
// Show playlist number
//$get(pl_number)
 
// Show Track rating in not CD
$get(track_rating)
 
// Show the album info
$get(info)
 
// Show the titles
$get(title)
 
// Show individual track dates when specified
$get(trackdate)
 
// Right align
$char(09)
 
// Show extra file information, if enabled
$get(filespecs)
 
// Show length
$get(length)
 
// EOF

n°692215
langoustat​or
Posté le 20-08-2004 à 15:45:27  profilanswer
 

Le format de tes tags serait plus utile pour résoudre le problème.
Je pencherais pour ID3V1+V2, mais tu utiliserais foobar2000 sans le composant permettant la prise en charge de l'ID3V2. J'ai bon?

n°693785
stouffic
Posté le 23-08-2004 à 08:41:46  profilanswer
 

Merci pour ta réponse. Comme je n'y connais tien aux tags, j'ai un peu de mal à voir ce que je peux changer.
J'ai regardé dans "standard inputs": la ligne selectinnée est "apEv2 and ID3V1". D'après toi, qu'est-ce que je dois changer?
Merci

n°693798
langoustat​or
Posté le 23-08-2004 à 09:57:50  profilanswer
 

Si tu essayes de retagger un fichier, s'affiche-t'il correctement?

n°693854
4bis
Posté le 23-08-2004 à 12:17:59  profilanswer
 

Code :
  1. $if(%_isplaying%,DC0C35|FFFFFF$num(%_playlist_number%,4)'|'
  2.   $if(%title%,$if(%tracknumber%,$num(%tracknumber%,2). ,)$if(%artist%,$padcut($caps(%artist%),27),)$if(%title%,$padcut( - $caps(%title%),38) ,)$if(%date%,$padcut( - '['%date%']',9), -'[   ]')$if(%album%,$padcut( - $caps(%album%),55),$padcut('- ',25)),$padcut(%_filename%,85)'NO TAGS FOUND!')[ DC0C35|FFFFFF%_length% %__bitrate%k],D4D4D4|FFFFFF$num(%_playlist_number%,4)'|'$if(%title%,$if(%tracknumber%,0000FF|FFFFFF$num(%tracknumber%,2). ,    )$if(%artist%,$padcut(DC0C35|FFFFFF$caps(%artist%),44),)$if(%title%,$padcut(0000FF|FFFFFF - $caps(%title%),55) ,)$if(%date%,$padcut(0080FF|FFFFFF - '['%date%']',26), -'[   ]') $if(%album%,$padcut(- 5B5B5B|FFFFFF$caps(%album%),65),$padcut('- ',55)),$padcut(808080|FFFFFF%_filename%BF408F|FFFFFF,85)'NO TAGS FOUND!')[ %_length% D4D4D4|FFFFFF%__bitrate%k])


 
J'ai utilisé ce script, mais par contre, les dates ne sont pas alignées, comment faire pour que ce le soit ? :)


Message édité par #SubZero le 23-08-2004 à 12:21:28
n°693937
stouffic
Posté le 23-08-2004 à 15:53:42  profilanswer
 

Il faut que je rééssaie chez moi mais je crois que non, dès que le titre dépasse 29 ou 30 caractères, il est coupé.
Merci

n°693955
langoustat​or
Posté le 23-08-2004 à 16:22:27  profilanswer
 

Bizarre. Normalement, si tu retagges à partir de foobar, tu ne devrais pas avoir ce problème.
Ca marche dans les autres applications?
Si oui, essaye de mettre le composant suivant:
http://foobar2000.free.fr/generaux/id3v2.html

mood
Publicité
Posté le 23-08-2004 à 16:22:27  profilanswer
 

n°694038
4bis
Posté le 23-08-2004 à 18:51:11  profilanswer
 

Voila ce que j'obtiens en fait (pour me faire comprendre) :
 
http://mazor.free.fr/footbar.jpg

n°694040
hpl-nyarla​thotep
I failed in life
Posté le 23-08-2004 à 19:00:15  profilanswer
 

change de police de caractères.


---------------
It ain't contrived all this magic in our lives comes down like a storm then drizzles then dies
n°694044
4bis
Posté le 23-08-2004 à 19:05:17  profilanswer
 

hpl-nyarlathotep a écrit :

change de police de caractères.


 
Ca changera quoi a mon probleme ? :??:
 
Je veux simplement que les dates soient alignées verticalement c'est tout. ;)

n°694059
hpl-nyarla​thotep
I failed in life
Posté le 23-08-2004 à 19:42:01  profilanswer
 

Prends la peine d'essayer (lucinda console par exemple) et tu verras bien.  [:spamafote]


---------------
It ain't contrived all this magic in our lives comes down like a storm then drizzles then dies
n°694062
4bis
Posté le 23-08-2004 à 19:45:57  profilanswer
 

hpl-nyarlathotep a écrit :

Prends la peine d'essayer (lucinda console par exemple) et tu verras bien.  [:spamafote]


 
Oui mais ca ne change rien quand meme. :??:

n°694079
hpl-nyarla​thotep
I failed in life
Posté le 23-08-2004 à 20:33:03  profilanswer
 

Ca marche ici.
Je ne sais pas quoi dire de plus. [:spamafote]


Message édité par hpl-nyarlathotep le 23-08-2004 à 20:34:32

---------------
It ain't contrived all this magic in our lives comes down like a storm then drizzles then dies
n°694092
4bis
Posté le 23-08-2004 à 20:54:10  profilanswer
 

hpl-nyarlathotep a écrit :

Ca marche ici.
Je ne sais pas quoi dire de plus. [:spamafote]


 
Milles excuses. :jap:
 
J'avais changé la mauvaise police (ca changeait juste la police dans les preferences, donc c'est pour cela que je ne comprenais pas), maintenant ca marche nikel. :)

n°694946
stouffic
Posté le 25-08-2004 à 10:49:51  profilanswer
 

Langoustator,  
Ca y est, ça marche, merci beaucoup d'avoir pris le temps de me répondre!!
Tchao

n°706503
vanbee
Posté le 13-09-2004 à 11:09:35  profilanswer
 

Salut les jeunes ;)
 
J'utilise moi même foobar2000 depuis pas mal de temps maintenant avec un joli skin trouvé ici même sur ce topic!  
 
Ce matin je suis tombé sur ca :
 
http://foobar2000.free.fr/generaux/images/columns3.png
 
Et mon attention fût attirée par le coin inférieur gauche de l'écran !!! (Ps : l'affichage de la pochette d'album et info sur le fichier joué)
:ouch: Il me le faut !  
Quelqu'un peut me renseigner sur le script à utiliser, je présume que c'est obtenu avec Samurize?  
 
Merci d'avance pour vos réponses !

n°708149
SonnyRed
Posté le 16-09-2004 à 00:43:32  profilanswer
 

voilà mon plus beau foobar du monde  :D  
bon ok j'ai volé des bouts par ci par là, j'ai bidouillé quelques trucs, changé les couleurs ....
http://img34.exs.cx/img34/3406/foob1.jpg


Message édité par SonnyRed le 16-09-2004 à 00:48:39
n°708159
Tang
Plug'n'Troll
Posté le 16-09-2004 à 02:08:20  profilanswer
 

SonnyRed a écrit :

voilà mon plus beau foobar du monde  :D  
bon ok j'ai volé des bouts par ci par là, j'ai bidouillé quelques trucs, changé les couleurs ....
http://img34.exs.cx/img34/3406/foob1.jpg

Pourquoi t'as caché les onglets "Lorie l'intégrale", ""Stéphanie de mOnaco", "les bratisl boys" et "adamo full discography"???
:whistle:


---------------
• • • "La démocratie c'est bien mais il faudrait que les gens soient pas cons..." © Alpacou aux Nouilles • • •
n°708389
dox94
Posté le 16-09-2004 à 14:16:06  profilanswer
 

Mon foobar:
http://membres.lycos.fr/dox94/images/foobar2000_columns_alpha.jpg

n°708564
667
Le voisin de la Bête
Posté le 16-09-2004 à 19:54:31  profilanswer
 

Voila mon Foobar. Beau s'il en est. Vous pouvez fermer le concours.
 
http://perso.wanadoo.fr/norick/Images/Foobar.jpg


Message édité par A S H le 16-09-2004 à 19:54:44

---------------
" ...arrêté par les flics avec 4g de sang par litre d'alcool... "
n°708573
667
Le voisin de la Bête
Posté le 16-09-2004 à 20:12:04  profilanswer
 


 
Damn...comment t'as fait pour customizer a ce point? Y a un plugin special qui fait ça direct, ou alors t'as scripté comme un malade? j'aimerais bien avoir des infos la dessus :)


---------------
" ...arrêté par les flics avec 4g de sang par litre d'alcool... "
n°708586
krtek
Just Do It
Posté le 16-09-2004 à 21:21:01  profilanswer
 

foo_columns_ui ...
 
C'est le plugin qui permet sa


---------------
Windows un jour, Debian toujours  ! :p
n°708701
667
Le voisin de la Bête
Posté le 17-09-2004 à 00:05:56  profilanswer
 

krtek a écrit :

foo_columns_ui ...
 
C'est le plugin qui permet sa


 
C'est celui que j'ai. Mais bon, il a du scripter comme un porc, parce que le mien est LOIN de donner ça :D


---------------
" ...arrêté par les flics avec 4g de sang par litre d'alcool... "
n°708711
C-FGhim
Posté le 17-09-2004 à 00:20:33  profilanswer
 

Il est possible de trouver des scripts déjà fait vraiment très bien sur le forum officiel de foobar ou encore sur ce site :
http://foobar.nub4life.net/columns/
 
Une fois le script téléchargé et appliqué, il est possible de le modifier à sa convenance... Ce qui est beaucoup plus simple que de tout refaire à partir de zero.

n°708712
C-FGhim
Posté le 17-09-2004 à 00:23:24  profilanswer
 

667 a écrit :

C'est celui que j'ai. Mais bon, il a du scripter comme un porc, parce que le mien est LOIN de donner ça :D


 
En regardant ton autre post un poil plus haut, on ne dirait vraiment pas que tu utilises ce plugin... Utilises-tu collums_ui sur ce screenshot ?

n°708714
C-FGhim
Posté le 17-09-2004 à 00:25:40  profilanswer
 

Sinon, pour pouvoir mettre une sidebar customisée à gauche de la playlist, il faut télécharger la version alpha en cours de developpement de collums_ui...

n°708739
dox94
Posté le 17-09-2004 à 03:14:49  profilanswer
 

...dont voici le lien: http://members.lycos.co.uk/musicf/temp/
Prenez aussi les autres dll, ce sont des panneaux.
 
Sinon, le "script" que j'utilise est la config Azrael v4.8.1. :sol:

n°708742
667
Le voisin de la Bête
Posté le 17-09-2004 à 04:26:46  profilanswer
 

C-FGhim a écrit :

En regardant ton autre post un poil plus haut, on ne dirait vraiment pas que tu utilises ce plugin... Utilises-tu collums_ui sur ce screenshot ?


 
Non non, pour le coup j'etais en mode "normal" :)


---------------
" ...arrêté par les flics avec 4g de sang par litre d'alcool... "
n°708743
667
Le voisin de la Bête
Posté le 17-09-2004 à 04:28:54  profilanswer
 

dox94 a écrit :

Sinon, le "script" que j'utilise est la config Azrael v4.8.1. :sol:


 
c'est a dire?


---------------
" ...arrêté par les flics avec 4g de sang par litre d'alcool... "
n°708767
langoustat​or
Posté le 17-09-2004 à 09:15:55  profilanswer
 
n°708826
667
Le voisin de la Bête
Posté le 17-09-2004 à 11:16:28  profilanswer
 


 
Muchas merci :jap:


---------------
" ...arrêté par les flics avec 4g de sang par litre d'alcool... "
n°709974
Paris_Hilt​on
Posté le 19-09-2004 à 11:57:41  profilanswer
 

Salut
 
Je cherche un affichage de type playlist de winamp comment faire ?

n°710045
krtek
Just Do It
Posté le 19-09-2004 à 13:42:51  profilanswer
 

Paris_Hilton a écrit :

Salut
 
Je cherche un affichage de type playlist de winamp comment faire ?


ça fait assez affichage playlist de winamp par défaut nan ?
Et juste linteret de Foobar est de permettre un affichage plus complet et plus puissant, il serait un peu ridicule de s'en privé ;)


---------------
Windows un jour, Debian toujours  ! :p
n°710059
gURuBoOleZ​Z
Posté le 19-09-2004 à 14:09:15  profilanswer
 

foo_columns permet également de bénéficier d'un affichage "plus complet et plus puissant" que celui offert par bon nombre de logiciels :)

n°710080
dox94
Posté le 19-09-2004 à 14:41:27  profilanswer
 

Paris_Hilton a écrit :

Salut
 
Je cherche un affichage de type playlist de winamp comment faire ?


 
http://www.winamp.com   :lol:

n°710093
Paris_Hilt​on
Posté le 19-09-2004 à 14:56:09  profilanswer
 

nom mes juste des colonnes du style tout con  
 
artist/album/année/genre/bitrate/format
 
enfin rien d'extraordinaire mais même ça c'est compliqué. On critique winamp qui est certe lourd et peu être pas aussi performant mais au moins c'est simple. Je vais pas passé mon dimanche à comprendre comment un logiciel pour lire des mp3 fonctionne. En plus j'ai mes devoirs à faire...

n°710152
gURuBoOleZ​Z
Posté le 19-09-2004 à 16:04:26  profilanswer
 

Si tu es satisfait de winamp, pourquoi changer.
Sans vouloir te heurter, je pense que foobar2000 ne s'adresse pas à une personne qui :  
- peine à comprendre comment ouvrir un mp3 avec
- peine face à la compréhension de l'anglais de base
- peine à lire une documentation en français sous prétexte qu'elle dépasse une page.
 
Sans être compliqué, foobar2000 s'adresse à l'heure actuelle à un public majoritairement débrouillard, qui est prêt à consentir un peu d'effort à la maîtrise d'un logiciel qui peut lui offrir plus de fonctions que les autres logiciels grand public, et qui lui offre surtout en récompense de sa motivation une latitude de personnalisation absolument sans égale.
 
Sinon, Winamp n'est absolument pas lourd. Il est criticable pour d'autres raisons, mais pas celle-ci (sauf en cas de skins avancés).
 
Bref, je te recommande de travailler pour l'école plutôt que d'essayer d'utiliser un logiciel qui à l'évidence ne te convient que difficilement. Amicalement :)


Message édité par gURuBoOleZZ le 19-09-2004 à 16:05:05
n°710508
hpl-nyarla​thotep
I failed in life
Posté le 19-09-2004 à 23:00:14  profilanswer
 

Peut-être qu'après les versions Lite, Normal et Special de foobar2000, l'ami Pawlowski devrait prévoir une version Junior?
 
 :whistle:


Message édité par hpl-nyarlathotep le 19-09-2004 à 23:00:26

---------------
It ain't contrived all this magic in our lives comes down like a storm then drizzles then dies
mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  16  17  18  ..  133  134  135  136  137  138

Aller à :
Ajouter une réponse
 

Sujets relatifs
[Topic Unique] Foobar2000 le successeur de WinampConcours vidéo en ligne
[concours de video de vacances] repaire.netcd audios "custom"
radeon vivo : tv-out pas beau...Arggghhh ! Sony pas beau !
Lequel de ces deux sites trouvez vous le plus beau !!Besoin d'aide pour un concours - Questions sur Creative Labs
Ou trouver des Rio volt sp250? les tout nouveaux tout beau en noir ?!qualité à c... de mes SVCD...comment faire du beau ?
Plus de sujets relatifs à : CUSTOM : concours du plus beau Foobar2000


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)