Help - Search - Members - Calendar
Full Version: 0.7 Public Test
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
Peter
Change log

Download links:
Lite | Full | SDK

As usually, please report only critical bugs in this thread, any offtopic posts (feature requests etc) will be removed.

[edit] reminder: old configs/components aren't compatible with 0.7, please do not overwrite your old foobar2000 directory with this
/\/ephaestous
Small Bug:
The Visualization window changes position ever time you change the song.

Windows XP-SP1
Peter
QUOTE(/\/ephaestous @ Jun 25 2003 - 08:10 PM)
Small Bug:
The Visualization window changes position ever time you change the song.

Windows XP-SP1

Intentional (it reopens everytime visualisation is flushed). Test vis is just a demo to show people how to write visualisations; it's not really intended for regular use.
crusader
Using standard version. After first run there is an error:

ERROR (CORE) : Failed to load DLL: foo_mod.dll, reason: Unable to load dll.

A temp solution is to copy bass.dll from "components" to foobar2000 root dir.
Cobra
Thanks for buffering of stream! beta2 full version link is broken?
Peter
Beta2 posted, fixes major issue with mem_block_aligned_t class in the SDK (causing major noise in certain situations).
ak
'Activate/hide window' seems to actually cycle through activate/unfocus/hide, is it itended?
Plus when exiting and fb is minimized, after restart window is restored again.
kjoonlee
There's no way to access audio CDs from the menu.

Enabling Core / Main menu items / Enabled items / Play audio CD... has no effect with 0.7 beta 2.

TIA. : )

edit: oops. reported by Killmaster above.
yep, thanks Spadge, for the workaround : )

edit2:
I think "activate baloon tooltip" aka "Show played track info in systray" is unavailable now, at least manually, via keyboard shortcut.

Any chance this will be coming back?
Curi0us_George
Looks excellent. smile.gif

When scrolling by dragging the mouse outside the box, it seems to have trouble scrolling to the first or last few elements (dependent on the direction of the dragging), though. Nothing major.
Peter
Beta3 posted.
Several useless posts have been deleted, please READ the first post before replying, thank you.
RIV@NVX
Bugs I noticed, that are introduced with 0.7 (didn't exist in 0.667):

[Fixed]1. I am not quite sure is this a bug or intended behavoiur, but in Playlist\Add Directory last used directory is not saved.
[Fixed]2. When exiting, fb2k window doesn't disappear immediately, but after a few miliseconds.
[Fixed]3. Balloon tooltips are not replaced if song is changed and previous didn't disappear (but, when you click on the first one, second is right behind it).

Windows 2000 SP4
foosion
I found a bug in the SDK (in initquit_simple):
CODE
virtual void on_init() {func(true);}
virtual void on_quit() {func(true);}

I think this should be
CODE
virtual void on_init() {func(true);}
virtual void on_quit() {func(false);}
SatCP
I still can't assign a function to the Delete key on my AZERTY keyboard. See this topic for more information.
AstralStorm
Ogg Vorbis error handling doesn't work properly...
It hangs repeats one frame before error infinitely - playback time increases.
Caught on UT2003 Ogg Vorbis RC2 file - Level13.ogg
The file which shows this error played back fine in v. 667

/EDIT\ Level15.ogg is fine, I don't know what fooled me into thinking it played back wrong. \EDIT/

Additionally, in one of these files a corrupt frame at the end of the file is decoded and played back.
This sounds like a pop and confuses ReplayGain scanner, which writes a peak of 60+.
FB2k v. 667 also has a problem with this file.
/\/ephaestous
Bug:

If I select several files in explorer with Foobar closed and double click or right-click and use any of the '* in Foobar2000' options only some of the files are actually added (1 or 2 most times) to the playlist.

Fixed in beta 7
Xenion
when foobar is minimized and "bring to front when adding files from commandline" is DISABLED and you open a file foobar doesn't stay minizied. it comes to the front for a part of a second and then gets minimized again

edit: not the whole foobar window comes to the front but the tag reader window opens
just select 20 files at once and press enter and you'll see what i mean

edit: hm now when i select 20files and press enter at once it sometimes adds only 3, sometimes 15, sometimes 10 (always the same 20files) but never everything
upNorth
Not sure if this is a so called "pulled out of your ass" bug, but every time I press the 'help' button, all the text in the popup window is selected as default (like ctrl + A). Kind of annoying.
Beta 3
WinXP SP1
foosion
menu_item_context::context_get_display() is called with is_playlist==false even when creating the context menu for the playlist. This is bad when you want to create context menu items that do not apply to the playlist (like "Add to playlist").

edit: is_playlist is set correctly in context_comman(), so "Remove from playlist" does nothing, when called from the context menu for foo_dbsearch. Nevertheless it is in there in the first place.
MyAdviceIha
Not sure if this is intentional or not...
When "show buttons" is enabled and you use the pause button to pause the song, pressing the play button to resume play will result in starting the song from the beginning. The pause button will resume from current position.

Could be intentional behavior for this new version, but I used to use the play button to resume.
Xenion
foobar => open location
http://www.chantal.de/de/html/discographie...ack_02_high.mp3
(song from my dad's band)

this song is identified by foobar as a 159kbps mp3 file. winamp indetifies it as an 160kbps file. i actually encoded this file with xing at 160kbps some years ago before i knew anything about lame and ha.org. so it should be a 160kbps song. i'm absolutely sure i encoded it at 160kb and not at 159kb. maybe a small bug in the mp3decoder

important edit: when downloading the file and opening it from the hdd foobar idetifies it also as an 160kb mp3 file. only when using "open location" it will display 159kb
johnsonlam
QUOTE(/\/irana @ Jun 27 2003 - 05:36 PM)
It seem non-ansi characters cause the error.But two urls both include non-ansi characters one fine,another error.

It's very strange

If you can access double byte filename, it's your LUCK, not a MUST.

Haha ... The URL contains Simpified Chinese characters and some space (%20)!

This is the incompetence of Windows file handling design. There're a lot of people using double byte characters filename in their localized windows client. But most of the file will go crazy or failed to delete under english version (or any single byte language), especially someone try to copy the file to english version Windows 2000 server.

To make the matter worse, M$'s design was so great that a japanese double byte file can't be accessed in chinese windows ... Even WinXP can't handle this kind of double bytes between ASIA windows! what a damn great design!

So I choose the most stupid way - to change all the chinese filename to english, thanks to M$.

I think UNICODE will bring out other problems, so I decided not to use it.
Ryan
don't know if this really is a bug..but didn't have it in the 0.6x, in the search window, blocks seem to appear after some titles.

user posted image

(sorry if i bloat the thread, tried to keep it as small as possible:P)
Case
Beta 7 posted.
JLP
I'm using foobar2000 0.7 Beta 7 on Windows XP with SP1. if I go to a folder with MP3s and click Play All on the left side under Music Tasks nothing happens.
Also if I select two or more files and right click on them and select Play in foobar2000 nothing happens. If I select only one file and do the same the file is opened and played. Doubleclicing on a file also starts playing it in foobar2000.

I tried with the new Beta 9 and the problems are still here.
Melomane
no "random" item in taskbar menu (because no item "system/random" in config/core/main menu item)
is it intended?
Peter
beta8 posted
SatCP
Not a real bug, more an annoyance introduced in 0.7: When balloon tooltips are enabled (on Windows XP) it gives the System Notification sound whenever a tooltip appears. In other words, every song starts with an annoying *plop* sound smile.gif
In foobar 0.6 there was no sound at all. I liked that a lot better smile.gif
[fixed in beta9 with NT-only utf8api.dll]

Oh, and the Window size isn't saved... (beta 8)
Case
Beta 9 is up now.
Case
Beta 9 reuploaded with balloon tooltip sound hotfixed.
ogg
QUOTE(Case @ Jun 28 2003 - 03:04 PM)
Beta 9 reuploaded with balloon tooltip sound hotfixed.

Nadda, still plays the sound..

edit: BTW, running Windows XP.
Peter
http://foobar2000.org/utf8api.dll - winnt-only - should fix issues with sound played when balloon popup shows up, for real this time (note to self: stop trying to fix code when you're not awake).
SatCP
Yep, that fixed it! Thanks smile.gif

Windows size and windows position are still not saved on restart of foobar2000.
Case
Installers updated with now fixed utf8api. People missing extra components like Burninator might enjoy big installer.
Peter
QUOTE(SatCP @ Jun 29 2003 - 12:48 AM)
Windows size and windows position are still not saved on restart of foobar2000.

Can't reproduce. Please check your settings instead of reporting the same "bug" over and over.
SatCP
Oops, I just noticed the "Remember Window Positions" checkbox in the preferences (thanks Ryan smile.gif ). Sorry for bothering you with this stupid thing.
hyblue
When playing such Cue files
the first track will be skipped and the last second track will be missing.
But it worked well in 0.6xx version.
QUOTE
PERFORMER "Soundtrack"
TITLE "The Legend of 1900"
FILE "G:\Lgend 1900\01 1900's Theme.ape" APE
  TRACK 01 AUDIO
    TITLE "1900's Theme"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\02 The Legend of the Pianist.ape" APE
  TRACK 02 AUDIO
    TITLE "The Legend of the Pianist"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\03 The Crisis.ape" APE
  TRACK 03 AUDIO
    TITLE "The Crisis"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\04 The Crave.ape" APE
  TRACK 04 AUDIO
    TITLE "The Crave"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\05 A Goodbye to Friends.ape" APE
  TRACK 05 AUDIO
    TITLE "A Goodbye to Friends"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\06 Study for Three Hands.ape" APE
  TRACK 06 AUDIO
    TITLE "Study for Three Hands"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\07 Playing Love.ape" APE
  TRACK 07 AUDIO
    TITLE "Playing Love"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\08 A Mozart Reincarnated.ape" APE
  TRACK 08 AUDIO
    TITLE "A Mozart Reincarnated"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\09 Child.ape" APE
  TRACK 09 AUDIO
    TITLE "Child"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\10 1900's Madness #1.ape" APE
  TRACK 10 AUDIO
    TITLE "1900's Madness #1"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\11 Danny's Blues.ape" APE
  TRACK 11 AUDIO
    TITLE "Danny's Blues"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\12 Second Crisis.ape" APE
  TRACK 12 AUDIO
    TITLE "Second Crisis"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\13 Peacherine Rag.ape" APE
  TRACK 13 AUDIO
    TITLE "Peacherine Rag"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\14 Nocturne with No Moon.ape" APE
  TRACK 14 AUDIO
    TITLE "Nocturne with No Moon"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\15 Before the End.ape" APE
  TRACK 15 AUDIO
    TITLE "Before the End"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\16 Playing Love.ape" APE
  TRACK 16 AUDIO
    TITLE "Playing Love"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\17 I Can and Then.ape" APE
  TRACK 17 AUDIO
    TITLE "I Can and Then"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\18 1900's Madness #2.ape" APE
  TRACK 18 AUDIO
    TITLE "1900's Madness #2"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\19 Silent Goodbye.ape" APE
  TRACK 19 AUDIO
    TITLE "Silent Goodbye"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\20 Ships and Snow.ape" APE
  TRACK 20 AUDIO
    TITLE "Ships and Snow"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
FILE "G:\Lgend 1900\21 Lost Boys Calling.ape" APE
  TRACK 21 AUDIO
    TITLE "Lost Boys Calling"
    PERFORMER "Soundtrack"
    INDEX 01 00:00:00
kode54
QUOTE(Melomane @ Jun 29 2003 - 03:29 AM)
- dsp "move stereo to rear channel" use 5% time processor of my duron 1.1 ghz, compare to 3% eq, 1% advanced limiter. problem of terratec DMX 6fire driver ?

It may be worth noting that this also forces 4ch output instead of 2ch.
***nRaecheR***
0.7 beta 9 won't load any pls playlists, no problems with fpl playlists or with 0.667 version with same playlist files.
Case
QUOTE(hyblue @ Jun 29 2003 - 03:04 PM)
When playing such Cue files
the first track will be skipped and the last second track will be missing.

This modified foo_input_std should fix it.
Melomane
Playlist search bug: caracters as "é" "ö" aren't recognized.
No problem with 0.667

edit: windows 98 , foobar 0.7b9
FlashBuster
I'm using 0.7b9 and Windows XP.
When i press "right" or "left" to seek in the song foobar crashes.
LPTB
Esoteric bug/behavior (not important, but it's there):
Using [Show File Info] on a now playing item and editing one of the tags puts the file in queue to be updated which usually works perfectly, if however after the file is queued I use Masstagger on all files to change some other tag the queue is emptied and the file isn't updated.
ogg
foobar2000 v.7 b9 fails to start when run with limited user privilages. Here's the information from the event log.

QUOTE
Application popup: foobar2000.exe - Application Error : The application failed to initialize properly (0xc0000022). Click on OK to terminate the application.


Additional info:
Windows XP Professional SP1
User profile support is enabled
Previous versions ran fine with limited user privilages
Xenion
cue sheets don't work with 0.7b9
doesn't find some files, doesn't play the files that are displayed

same cue sheets works perfect with 0.667
Case
QUOTE(Xenion @ Jul 4 2003, 02:47 PM)
cue sheets don't work with 0.7b9
doesn't find some files, doesn't play the files that are displayed

same cue sheets works perfect with 0.667

Someone already reported cue problems and I posted link to modified standard inputs. This should solve all cue issues and be even compatible with EAC's non-compliant cues.
Peter
QUOTE(***nRaecheR*** @ Jun 29 2003, 09:40 PM)
0.7 beta 9 won't load any pls playlists, no problems with fpl playlists or with 0.667 version with same playlist files.

Can't reproduce, please post a sample playlist.
Peter
QUOTE(FlashBuster @ Jun 30 2003, 12:56 PM)
I'm using 0.7b9 and Windows XP.
When i press "right" or "left" to seek in the song foobar crashes.

Can't reproduce.
Peter
QUOTE(ogg @ Jul 4 2003, 04:43 AM)
foobar2000 v.7 b9 fails to start when run with limited user privilages. Here's the information from the event log.

QUOTE
Application popup: foobar2000.exe - Application Error : The application failed to initialize properly (0xc0000022). Click on OK to terminate the application.


Additional info:
Windows XP Professional SP1
User profile support is enabled
Previous versions ran fine with limited user privilages

Can't reproduce.
Peter
QUOTE(LPTB @ Jul 1 2003, 01:58 PM)
Esoteric bug/behavior (not important, but it's there):
Using [Show File Info] on a now playing item and editing one of the tags puts the file in queue to be updated which usually works perfectly, if however after the file is queued I use Masstagger on all files to change some other tag the queue is emptied and the file isn't updated.

Can't reproduce. Do you run masstagger while still playing ?
LPTB
QUOTE
Can't reproduce. Do you run masstagger while still playing ?

Yep, I do. I tried it again:
1. play song
2. edit some tag in it - (it's queued now)
3. masstag all the songs (change some other value) the original is still playing
4. I stop the playing song, it's updated, but if I let it play till the end, it's not updated (neither of the tags, not the masstagged one nor the edited one); after the song finished playing I used [reload info from file].

I don't use db.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.