User:Canar: Difference between revisions
Line 17: | Line 17: | ||
#The song you skipped will be played! | #The song you skipped will be played! | ||
=foobar2000 | =foobar2000 configuration strings= | ||
A bunch of random stuff I keep stored to make setup faster. | |||
==foo_texttools now-playing spam== | ==foo_texttools now-playing spam== | ||
<code>$puts(sep,$select($add($mod($crc32(%playback_time%%title%),14),1),⇌,∿,▶,★,☮,☢,☠,☣,♩,♪,♫,♬,❤,⁂))/me $get(SEP) "%title%" by %artist% $get(SEP) %date%:%album%/[%disc%.]%tracknumber% $get(SEP) %genre%$if(%style%,/$meta_sep(style,/))$if($or(%publisher%,%catalog number%), $get(SEP) [%catalog number%]$if($and(%catalog number%,%publisher%),@)[%publisher%])</code> | <code>$puts(sep,$select($add($mod($crc32(%playback_time%%title%),14),1),⇌,∿,▶,★,☮,☢,☠,☣,♩,♪,♫,♬,❤,⁂))/me $get(SEP) "%title%" by %artist% $get(SEP) %date%:%album%/[%disc%.]%tracknumber% $get(SEP) %genre%$if(%style%,/$meta_sep(style,/))$if($or(%publisher%,%catalog number%), $get(SEP) [%catalog number%]$if($and(%catalog number%,%publisher%),@)[%publisher%])</code> |
Revision as of 21:34, 13 June 2010
foobar2000 ideas
- alter fft window function for less-aliased spectrogram (completed)
- move folders along with files (completed)
- close and re-open files for file moves like is done for tag edits (asked, denied)
- multiple tab orientations for tabs ui element (asked, pending)
- automatically fill values extensions (asked, pending)
- auto-detect optimal bit-depth (asked, pending)
- open containing folder on files in .zips (asked, pending)
foobar2000 bugs
- Drag and drop from Default UI to a device causing a copy will lock UI for the length of the file transfer.
Playback statistics-based autoplaylist order bug (won't fix)
- Take an autoplaylist containing "%play_count% IS 0".
- Play a song for less than a minute.
- Hit next.
- Listen to all of the next song.
- The song you skipped will be played!
foobar2000 configuration strings
A bunch of random stuff I keep stored to make setup faster.
foo_texttools now-playing spam
$puts(sep,$select($add($mod($crc32(%playback_time%%title%),14),1),⇌,∿,▶,★,☮,☢,☠,☣,♩,♪,♫,♬,❤,⁂))/me $get(SEP) "%title%" by %artist% $get(SEP) %date%:%album%/[%disc%.]%tracknumber% $get(SEP) %genre%$if(%style%,/$meta_sep(style,/))$if($or(%publisher%,%catalog number%), $get(SEP) [%catalog number%]$if($and(%catalog number%,%publisher%),@)[%publisher%])