How to bookmark in Foobar2000

bookmarksfoobar2000

I've been using Foobar2000 to listen audiobooks for some time now and I like it very much. The only thing that I miss using this program is bookmarking feature. The plugin recommended for it is foo uie bookmarks, but it doesn't work for me, and I wonder if I can add any other component to foobar which would enable me to simply press a keyboard key to bookmark a position within an audiboook so it is remembered and I can as easily get back to that part of the audibook whenever I wish.

I'm using Column UI component instead of the Default interface and I'd like bookmarking enabled with it, so I can keep the nice foobar skin I have installed.

Thank you for the help

Best Answer

Is it feasible to get right of entry to a bookmark inside the Header / Footer of a document thru VBA?

I've found it clean to add textual content to the beginning or stop, however I couldn't discern it out using a bookmark. Documents are break up into what Word calls StoryRanges.

Processing storyranges other than the principle frame of the record in VBA may be a piece of a hit and pass over affair, however in case you recognise wherein your bookmarks are, something like this ought to work ..

[VBA]ActiveDocument.StoryRanges(wdEvenPagesHeaderStory).Bookmarks("BookmarkName").Select[/VBA]

if you can't make it function, or this does not fit the bill, submit again with some extra info and I'll take a better look.

Related Question