Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Third-party plugins (Read 369189 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Third-party plugins

Reply #300
Nero MPEG-4 AAC encoder diskwriter component. Uses AAC encoder plugin from Nero to create MP4 / M4A files directly without temporary WAVs or other annoyances.

Third-party plugins

Reply #301
foo_sid v1.10

Added SidPlay Song-Length Database support. If you direct it to a valid database file, it will load either upon command, or the first time a song plays. It will unload if you command it to, or when the player closes. To disable it, clear the path and unload the database.

For reference, the database is contained in memory in binary form. The full HVSC 5.3 database probably uses (EDIT) about 320KB of memory. It should be faster than SidTuneDatabase, which uses text searches and decodes the timestamps at each load.

Added extra configuration. Now you can force it to play indefinitely, like it used to, or configure a default length. The fade length overlaps the song length, rather than adding to it. Its purpose is only to smooth out the ends of the cuts indicated by the database. Set it to 0 to disable it.

I also updated ReSID to 0.14-p1... I can't really tell any audible difference, but it would have saved me a lot of trouble if I'd noticed the -p1 version before mucking around to get 0.14 working properly with VC.

Third-party plugins

Reply #302
Component name - foo_ui_light
Component type (appropriate section) - General
Which foobar2000 version the component works with - 0.7.x
Short description of the component - Lightweight and compact user interface for Foobar2000
Compile date - October 13, 2003
Download link - http://long-winter.by.ru/foo_ui_light_0_1.zip
Author website link - http://long-winter.by.ru/
Screenshot link or send me screenshot - http://long-winter.by.ru/screenshot.png

Third-party plugins

Reply #303
OMG.

foo_dsp_wider 0.3 for fb2k 0.7+

The plugin that covers all your dsp needs! ..well, almost. Features: individual balance and channel separation settings for front and rear channels. It might or might not work properly with more obscure multichannel mappings like 7.1 ..

download link
A riddle is a short sword attached to the next 2000 years.

Third-party plugins

Reply #304
updated text writer to 1.3.1

changes
-updated to 0.7.1 sdk and to reflect 0.7 & 0.71 changes
-added support for dynamic infos
-more events (every sec song, seek, playlist switch, dynamic info change), so now can use all special fields without stupid timer (except if playlist_number changes, but can be done later.)
-added %_playlist_name%, %_playlist_index%
-fixed %_playlist_number%, was always one number lower, changed %_is_paused% to %_ispaused% to reflect field in foobar
-redesigned prefs page

download from http://members.lycos.co.uk/musicf

been a while since i touched the plugin, did this all today, so may be mistake somewhere..
.

Third-party plugins

Reply #305
Quote
except if playlist_number changes, but can be done later.

Multiple playlists? See playlist_switcher_callback, declared in playlist_switcher.h.

Third-party plugins

Reply #306
Quote
Quote
except if playlist_number changes, but can be done later.

Multiple playlists? See playlist_switcher_callback, declared in playlist_switcher.h.

Thanks, but its playlist_number as in %_playlist_number%, for the playlist items not playlists. (it is confusing though, %_playlist_total% can be easily confused for playlists and playlist items)

im already using the playlist switcher callback for that stuff, probably something in the playlist callbacks would do what i need to update for %_playlist_number% (and %_playlist_total% also), but i havent really looked.
.

Third-party plugins

Reply #307
Is there anyone who has the foo_timer plugin on their computer, and could possibly upload it somewhere, the original creator's host is down, and Ive been awaiting something like this for a long time. I could even look into hosting it if someone can get it to me...I can be contacted through PM here, or best way is through...

Third-party plugins

Reply #308
Component name - foo_shuffle
Component type (appropriate section) - General
Which foobar2000 version the component works with - 0.7.1
Short description of the component - Shuffle control with play history.
Compile date - October 17, 2003
Download link - http://www.cqasys.com/projects/kode54/foo_shuffle.zip
Author website link - http://www.cqasys.com/projects/kode54/

Finally, the 'smart' shuffle functionality that many have been looking for. It even allows you to navigate through the internal history using the normal previous/next actions.

If you set the history size to maximum, it will even stop when it has exhausted the playlist. Then, when you start playing again, it will trim the history down to a configurable size. (Otherwise, it won't have anything to play. )


Third-party plugins

Reply #310
Quote
kode54: Awesome, exactly what myself and others were looking for.  Is it possible to maintain the functionality of Follow Cursor while using shuffle?

foo_shuffle v1.0.1

Added follow cursor handling. When it decides on a new random track, if the focused track was not just played, it will play that one instead.

Third-party plugins

Reply #311
foo_shuffle v1.0.2

Added minimum jump range as a percentage of the total jump range.


Third-party plugins

Reply #313
Component name - foo_infobox
Component type (appropriate section) - General
Which foobar2000 version the component works with - 0.7.1
Short description of the component - A substitute for the build-in file info box
Compile date - October 18, 2003
Download link - foo_infobox.zip
Screenshot link - foo_infobox.PNG

 
Some explanation about "Override codepage" option:
If you check that option,then you can select any codepage installed in your system.foo_infobox will convert all meta tags from ANSI to UTF-8 using selected codepage,instead of using system default codepage.
It is useful for reading some tags not stroed in Unicode correctly.

Third-party plugins

Reply #314
Component name - foo_playtime
Component type (appropriate section) - General
Which foobar2000 version the component works with - 0.7.1
Short description of the component - Stores listening statistics, ratings & comments in MS SQL via ADO
Compile date - October 21, 2003

Website - http://kaishaku.org/software/playtime

Download link - foo_playtime.zip
Screenshot link - screenshot.png

Third-party plugins

Reply #315
Component name : OpenAL output
Component type : Output
foobar2000 version : foobar2000 0.7x
Description : Output component using Open-Source OpenAL API.
Version : 0.71
Compile date : 25.10.2003
Author website link : http://www.bockholdt.com/fb2k/
Download link : http://www.bockholdt.com/fb2k/foo_output_oal.zip
Screenshot : http://www.bockholdt.com/fb2k/foo_output_oal.jpg
Author : Arne Bockholdt

Changes since 0.7 :
---------------------------

o Component now handles changes of bitrate, samplerate or channels during playback correctly
o Fixed some possible crashes after a failure in OpenAL initialization
o Updated DefOpenAL32.DLL to 0.9.9.5
o Updated to new foobar2000 SDK.
o Other minor changes.
o Based on foobar2000 SDK 0.7.1

Third-party plugins

Reply #316
foo_ac3 v0.4
  • Added APEv2 tagging support.
foo_id3v2 v1.05
  • Now writes UTF-16 instead of UTF-8, since UTF-8 is new to v2.4.0 tags. It also leaves off the standard byte order marker (BOM) because every other piece of software chokes if it's present.
  • Now encodes custom field descriptions properly.
  • Fixed UTF-16 reading. For some reason, during my early experimentation, I was convinced that I needed to perform byte order swapping.
  • Now you can write system codepage tags using the same setting as for reading them. Blah, what the fuck is the use of a standard if nobody follows it?
foo_xa v0.8
  • Added full raw reading support based on AKRip.

Third-party plugins

Reply #317
foo_vis_simple_spectrum 0.1.0

changes:
  • added contextmenu for changing modes
  • added version number (yay!)
foo_vis_vu_meter 0.1.1

It's always on top, not linked to the main window, and you can change the width. Enjoy.

foo_utils 0.1.1

Various general commands for playlist manipulation:
  • Edit/Add to playlist
  • Edit/Insert into playlist
  • Edit/Send to playlist (replaces contents)
  • Edit/Remove from playlist (for removing playlist entries from within albumlist, database/extended search, ...)
  • Edit/Remove clipboard items from playlist (requires foo_copynpaste)
  • Edit/Remove history items from playlist (requires foo_history)
  • Play
  • Highlight in playlist
Download links: get them from my site.



 

Third-party plugins

Reply #320
Component name : foo_cue_ex
Component type : Input/Meta
foobar2000 version : foobar2000 0.7x
Description : DATE tag support in CUE sheets
Download link : http://www.aqrz14.dsl.pipex.com/foo_cue_ex.dll
Author : Stepan Kolesnik (WigBaM)

---------------------------

I know many people asked for it, so I slightly altered the code from foo_input_std cue handler and now all you need to do is to add 'REM DATE xxxx' in cue sheet or you can add it straight from the Playlist.
Any questions/bugz - PM.
B KaCKe.


Third-party plugins

Reply #322
foo_mod v0.88
  • Updated to BASS 2.0
  • Changing the sample rate in configuration no longer requires a player restart

Third-party plugins

Reply #323
foo_dbsearch 1.0.3
  • changes in UI
foo_vis_vu_meter 0.1.2
  • now correctly remembers position when you close foobar
  • dB values are computed correctly (factor 2 was missing )
foo_history 0.5.5, foo_vis_simple_spectrum 0.1.1, foo_dbsearch 1.0.3
  • you can now tab through all fields in config dialog including the tree view and reset all/close buttons

Third-party plugins

Reply #324
Grr...

foo_mod v0.88a
  • Fixed 15 sample modules. (Error code was changed.)
EDIT: sample, not channel.