10

I've been using Foobar2000 to listen to audiobooks for some time now and. The only thing that I miss using in this program is a 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.

bad_coder
  • 649
tripleowl
  • 133

2 Answers2

1

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.

Giacomo1968
  • 58,727
-1

Foobar may not be the best for making multiple bookmarks.

The foo_uie_bookmarks plugin is about 15yrs old. I think thats why it did not work.

For the current version of foobar please use the plugins from https://www.foobar2000.org/components

If you want just a single bookmark per file, then you can use this plugin https://www.foobar2000.org/components/view/foo_skip

For multiple bookmarks per file, a player like smplayer would be better. Ctr-A is the shortcut.

music
  • 260