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: Georgia-ReBORN - A Clean foobar2000 Theme (Read 233642 times) previous topic - next topic
paregistrase and 4 Guests are viewing this topic.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #925
I started 25 minutes ago and I still don't have the ok, always: Initializing… .Reading tags. I will wait

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #926
All over
7: I would like that instead of those images that "turn" there is the artist image I have in the folder/album of the various songs. Each artist has its own image on any album
8-9 Now I see the image of the disc but only half that comes out of the "package."
10 I had installed vu meter (directx12), maybe it only works for x64? I have a "clean" installment by Foobar2000 x64 and works Very well, Peakmeter bar "normal" is an obscene thing: 2 white lines
11 yes I know about the problem of indexing the bookcase again, but that is the "minor" work soon I will get a key 1 TB USB and I will put Foobar (I hope Georgia-Reborn) and my music will be a "hard work": I have to put all the images back with the new paths. Each artist/group has its own like all albums and if in the album there are more discs each disc has its own, so I don't have to read the name of each folder but at the "glance" you immediately understand what you are " Looking at "I would have more 1000 questions to ask but at the moment that's okay. Examples: artists/bands, albums, disc







Grazie Grazie Grazie Thanks Thanks Thanks @TT

EDIT
P.S. I have noticed now that if they are in "details" in the playlist you can see the artist, front, back images in the background.
I would like the image of the artist to be seen in the background and not the images that turn Lastfm or Wikipedia, is it possible?

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #927
I had installed vu meter (directx12), maybe it only works for x64?

It works for 32 bit as well. The problem you're having is it does NOT work for Georgia Reborn, so don't install it.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #928
Biography never downloaded images from anywhere except last.fm. That's said, it's pretty trivial to download images from Spotify or other places too, not sure why it was never added. Something similar happens with the artist locale and flags, they are not properly updated even if wikipedia has the right info. Personally, I am not going to add it because I find Wilb scripts not exactly "easy" to grasp (and I'm not a fan of having 10 classes for a single thing or maybe this is simply what happens when you try to maintain someone else's code xd); but if I find an unobtrusive way to add spotify images as I do in my wrapped script, I may update the mod.
Looking forward to that mod!  :)

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #929
@UMBY71,

you can not install the directx 12 vu meter, as Majestyk already pointed out, it is not compatible.
Georgia-ReBORN has its own peakmeter with 3 different styles, "Horizontal", "Horizontal center" and "Vertical".
You can find it in top Menu > Options > Player controls > Seekbar > Peakmeter bar > Style.
Also in the seekbar's context menu, right click on the seekbar for context menu > Peakmeter bar.
Right click again and select Style.

For the disc art, you have various options, how about you get familiar with these first?
Go to top Menu > Options > Details > Disc art > Spin disc while songs play.
Go to top Menu > Options > Details > Disc art > Display disc art above cover.
Go to top Menu > Options > Details > Disc art > Disc art display amount > Auto.
( On the left edge of the player, try with your mouse increase the horizontal player size width )
These options can be quick accessed when you right click in the Details panel on the album cover for
Details context menu > Details options menu.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #930
@UMBY71,

now available in the master DEV version here:
https://github.com/TT-ReBORN/Georgia-ReBORN/archive/refs/heads/master.zip
download and replace the files from the zip.

You wanted to display artist images for current playing album in the background image feature? Now you can!
Check this out how to do it and read carefully, it is meant for advanced users:

Code: [Select]
- Implemented custom configurable album art filtering:
  * Users can now set their own album art filtering via their `georgia-reborn-config.jsonc` config file.
  * Filtering patterns can be set in the `foobar2000\profile\georgia-reborn\configs\georgia-reborn-config.jsonc` file
    in the "artworkPatterns" section. The default pattern filters out disc art from the album art:
    "albumArt": "!/(cd|disc|vinyl)([0-9]*|[a-h])\\.(png|jpg)/i",
    "playlistBgAlbumArt": "!/(cd|disc|vinyl)([0-9]*|[a-h])\\.(png|jpg)/i",
    "libraryBgAlbumArt": "!/(cd|disc|vinyl)([0-9]*|[a-h])\\.(png|jpg)/i",
    "lyricsBgAlbumArt": "!/(cd|disc|vinyl)([0-9]*|[a-h])\\.(png|jpg)/i"

    The `albumArt` property handles the large album art displayed on the left side.
    The `playlistBgAlbumArt`, `libraryBgAlbumArt`, and `lyricsBgAlbumArt` properties handle
    the background image filtering for the Playlist, Library, and Lyrics panels respectively.

    The `!` prefix at the start of the pattern is used for exclusion.
    When no `!` prefix is used, the pattern uses inclusion.
    Example to only display `artist.jpg` images for the Playlist background image:
    "playlistBgAlbumArt": "/(artist)\\.(jpg|png)$/i"

    All filtering options must be enabled to use the album art filtering:
    * For large album art: `Options` > `Player controls` > `Album art` > `Filter album art images`.
    * For Playlist background image: `Options` > Playlist` > `Background` > `Image source` > `Filter album art images`.
    * For Library background image: `Options` > Library` > `Background` > `Image source` > `Filter album art images`.
    * For Lyrics background image: `Options` > Lyrics` > `Background` > `Image source` > `Filter album art images`.

    When using background image filtering, ensure the `Image source` is set to `Album` for Playlist, Library, and Lyrics.

This is it for now, I need to focus on important stuff.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #931
I forgot to tell that after you downloaded and installed the latest master version from here:
https://github.com/TT-ReBORN/Georgia-ReBORN/archive/refs/heads/master.zip

You need to start foobar and after loading, close foobar. It will automatically write the new "artworkPatterns" section
in the "georgia-reborn-config.jsonc" config file and then you can edit it.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #932
Just wanted to say thank you for this awesome theme! I am really grateful for your work.


Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #933
Hi and thanks @jazzfudge, I'm glad you like it =)

It's a good change to sometimes read these kind of posts.

Cheers

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #934
Good news,

@oops,

I have successfully implemented the COM/ActiveX interface.
Take a look here: https://github.com/TT-ReBORN/foo_mycom

This COM Automation and ActiveX Interface template has two methods:
- Registration-free with MinHook ( default ).
- Registration with one registry entry for CLSID mapping.

I have also tested it in Wine, and it works.

Feel free to use it as you wish.
Other foobar2000 user-component developers are also welcome.

-TT

 

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #935
First off I want to say that I've been using this theme for quite a while now and I absolutely love it!

I just made an account to ask this question as I cannot for the life of me find a setting for a rather odd thing.
So ever since the RC3 version something seems to have changed, I don't know if it's on the foobar side or your theme or one of the plugins but I use the tree library view to pick a song/album to play and whenever the playback stops, the player automatically switches back to playlist view.
Does not seem to matter if I had the details screen, library screen or any other view open, when the song stops it just switches back to the playlist. On the older version of your theme it used to stay on the screen it was on, in my case I liked it staying on the library screen.

Any idea what setting this might be? I've spent days trying out configurations and cannot figure it out.