Archive for foobar2000

mslive 0.4

29/10/2007

0.4.1
- fixed that creating asx may have duplicated entries

0.4
- able to create asx playlist by stream urls for tagging
- grouped main mslive menu items
- context menu item for creating asx playlist
- added an option to avoid displaying the static track info of direct stream urls
- and some little things updated

Comments (7)

october updates

updated to foo_menu_addons 0.4 (29/10/2007)
- completely cloned the main menu in the context menu

updated to foo_input_mslive 0.3.9.1 (23/10/2007)
- display the actual url without the mslive syntax included if no artist name and track title
- corrected the codec info

22/10/2007 02:33PM
finally have my blog back, ok, the main critical update is the crossfader.
the time in this host computer seems to be wrong, so please ignore the post timestamp.

foo_dsp_crossfader 0.3.3.4
- compatible with foobar2000 0.9.5

foo_input_wma 1.7.1
- no more collision with the built-in decoder (please delete old foo_input_awma first)

Comments (5)

component updates

updated to foo_uie_wmpvis 0.1.3 (30/09/2007)
- added support for WMP11 ENU 11.0.5721.5230
- fixed crashing when right click to show the menu

updated to foo_dsp_crossfader 0.3.3.2 (28/09/2007)
- bug fix of random crash during seeking when “fade in on seek” is activated

updated to foo_dsp_crossfader 0.3.3.1
- improved a bit silence detection

foo_dsp_crossfader 0.3.3

- allow different fading duration for track change, manual track change and seeking
- integrated skip silence for removing silence in the middle
- allow more interaction with other components

I always wanted to have different fading durations for each situation, but was too lazy, now it’s done, enjoy~
since a lot of change to the config, be sure to remove crossfader from the dsp chain and load with the new config again, otherwise unexpected behavior may happen!

foo_input_mslive 0.3.9

- now can interact with crossfader (requires crossfader 0.3.3+)
- added an option to auto disable crossfader when playing with mslive

Comments (7)

mslive update

finally have the motivation to make an update, getting lazy after returning from australia, been watching movies and playing :D

here is the change log

also, recently I’ve realized people from the mainland of china cannot directly access my blog due to the their GFW, quite sad and disgusted about it.

Comments (2)

foo_misc_addons

current version: 0.1

I intended to code this for me to use only, it contains some utility functions that are from some other public available components that I found useful, but elaborate more.

the development is totally depending on my need, currently it has the “Show Now Playing (MSN)” and “Play Counter”.

Since a lot of people including myself found that the play counter update popup is so anonying, I’ve done a trick to make it totally invisible (but the reason the popup show is becasue of I/O operation takes too long, so even it is not visible, there will be an interrupt of playback). and better wildcard pattern matching support.

I improved the MSN one to make it change the now playing in msn if there’s dynamic track info available, and allows user to select the one of the three icons to display in msn. some people probably want it also.

btw, don’t ask me to split them into single component.

Comments (9)

components update

foo_masstag_addons

0.3.4
- added a new action: “Embedded cuesheet inserter”

this is an action to automatically insert the related cuesheet to the file, currently only: *.ape;*.tak;*.flac;*.mac are supported.

this is developed when I convert my APEs to TAKs, the operation is:
C:\album.cue
C:\album.tak
load album.tak to fb2k and put it to the masstagger, and select the action, then run
the action will:
1. put data of album.cue to album.tak as embedded cuesheet
2. remove the actual album.cue file (only will remove if the operation is sucessfully done)

foo_menu_addons

0.3.9.5
- added new menu item: “Paste Locations…”

this allows you to paste a list of playable locations, and load them to the current playlist.

foo_input_reverse

0.1.3
- added a context menu item for handy reverse playback

0.1.2
- fixed crashing when tag to a reversed item

Comments (1)

foo_dsp_crossfader version 0.3

update

0.3.2.2
- same bug as before, this time should have killed it

0.3.2.1
- fixed some title format string not working properly

0.3.2
- removed clumsy menu items
- added commandline support
- added format string support
- fixed a bug of one menu item

for commandline support, run “foobar2000.exe /gapless_crossfader” for the syntax

for format string support:
$gapless_crossfader(param1, param2)
param1 is the same as those in commandline (without the :[true/false/1/0] part)
param2 can be either [true/false/1/0]

example: $gapless_crossfader(fading:crossfade_on_track_change,false)
and to get the state: $gapless_crossfader(fading:crossfade_on_track_change)

0.3.1
- added menu item to skip silence of the beginning of the track (skip silence functionality, but only for the beginning)
- menu items are grouped accordingly
- some minor bugs fixed

btw, something unrelated, if you want to use my wma decoder over the official one, I’ve made a version that works and no need to patch the foo_input_std, leave a comment if you want it.

0.3
quite big change internally, especially now it provides some services for other components
e.g. getting the state of the gapless and fading.

Comments (8)

the first taste of an output component

bad news: I’m requested to remove it

update

ok, forget about foo_out_ds, delete it if you have downloaded.

I’m presenting another component, foo_out_nonstop (in my component post).
this is a wrapper for existing DS and ASIO outputs (no KS, it doesn’t work)
the setup is:
set output buffer length to between 1000-2000ms, and use my crossfader with crossfade on manual track change enabled.

you should now have uninterrupted playback, but this may still be interrupted if the track takes too long to decode or using too many DSPs.

yes, it is an output component, I have finally figured out the interfaces to write output components for foobar2000, and it hasn’t used any hacks to make it work. so virtually creating another asio/ks/openal output components are possible now!
unless Peter changes the output component model (this will make out_ks/out_asio useless too), it will work for the entire 0.9 series although no info of output component included in the sdk, so don’t worry.

I found that foo_dsp_fsurround (as well as foo_dsp_downmix, but I don’t use this one) has very low performance, because it is using std::vector, it will always interrupt the playback when changing tracks.
I’ve made my own version that improves a lot (at least no interruption for mp3s with 10 DSPs in use), leave a comment if you want it.

Current Version: 0.1.2

change log

0.1.2
- now explicitly requires my crossfader to have the crossfade effect (auto detect in the dsp chain and the menu item)
- and some bugs fixed

0.1.1
- change that if no asio dll exists, will no longer throw exception
- and a few bugs fixed

by the way, foo_dsp_crossfader is updated to 0.2.6.4
- fixed that it will try to crossfade on manual track change even if the last track and current track channel count or sample rate are different

Comments (4)

minor updates

another update:
foo_menu_addons (0.3.9.4)
- forgot to enable mark A and B at all times

foo_dsp_crossfader (0.2.6.3)
- fixed: crossfading on manual track change not always working, sometimes it will play until the buffer is free before going to the next track

update:
foo_menu_addons (0.3.9.3)
- added a “Reset” item to clear the “Repeat A-B” markers

foo_dsp_crossfader (0.2.6.2)
- changed that the min. gapless and fading length can be 0ms now, and little improvement for crossfading on manual track change

foo_menu_addons (0.3.9.2)
- “Repeat A-B” is now only active for the current playing song, restarting foobar or playback will disable it

foo_dsp_crossfader (0.2.6.1)
- fixed a crash of crossfading on manual track change

Comments off

foo_uie_wmpvis

Current Version: 0.1.2

This component lets you use the visualizations from WMP, so you need to have WMP installed.

however, there are 2 visualizations only available in the following versions of WMP.DLL:

11.0.5358.4827 (ZH_TW WMP 11 for XP)
11.0.5721.5145 (ENU WMP 11 for XP)
11.0.6000.6324 (WMP 11 included in VISTA RTM 6000)

and they are: “Bars and Waves” and “Battery”.

to clarify: this component works for WMP7+, I just mean the above 2 vis only available in the listed versions of the dll.

for those of you missing the milkdrop, this is a good wmp vis using milk/vbs presets: TwistedPixel

note that full screen is not planned to support.

change log

0.1.2
- hopefully fixed an anonying bug, which seems to be random

0.1.1
- fixed a few bugs, especially crashing when right click

Comments (9)

« Previous Page« Previous entries « Previous Page · Next Page » Next entries »Next Page »