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 174121 times) previous topic - next topic
howdin and 3 Guests are viewing this topic.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #400
Yea, you're right about the check. It doesn't hurt to implement it, but I wanted to wait until v2 final will be released  ;)
Well I need to prepare and fix the playcount and rating in the CatRox Playlist for fb2k v2 anyways...

Edit: @marc2k3 I've actually took a look and already fixed both issues, but can you disable the notification popup if you have foo_playcount preinstalled?

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #401
my audio files are all well-tagged, but they don't appear like that

Well, you need to use the tags that are defined and displayed in the metadata grid.
If you want to see which ones they are, open foobar2000\profile\georgia-reborn\georgia-reborn-config.jsonc
and scroll to the "metadataGrid" section. The MusicBrainz component is writing these tags from their database catalog into your files.
You can also add it manually. Right click on an album in the Playlist/Library > Properties. Click on +add new and write each tag with value.

instead will the final Georgia-ReBORN version work well with the foobar v2 playlist?

Yes, old playlist are no problem. When you install fb2k v2 32Bit version and you put the Georgia-ReBORN's profile from the zip
file into foobar's root directory, you also need to put your "playlists-v1.4" folder into the profile folder before first startup ( important ).
Now when you first start foobar, it will automatically import your old playlists and convert/put them into the new playlists-v2.0 folder.
 
Only rating and playcount in the Playlist does not work in fb2k v2 due to the removed foo_playcount component.
Everyone should stick to the latest stable fb2k v1.6.12 until fb2k v2 x86 becomes final.
When it's official released, I'll update the playlist code to make playcount and rating work again.

For the fb2k v2 x64 version, let's also hope @TheQwertiest ( SMP ) and other devs release their components in x64,
this road will take a long time though...

-TT
to me the tags appear like this
https://i.postimg.cc/P5Cjn65J/2022-09-11-165550.png

instead on darkone like that
https://i.postimg.cc/jSw-GFLMJ/2022-09-11-165658.png

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #402
@robertospeed,

if you want to add your own tags into the metadata grid, open foobar2000\profile\georgia-reborn\georgia-reborn-config.jsonc

Go to the
Code: [Select]
"metadataGrid": [
and for example add this:
Code: [Select]
{ "label": "Bitrate", "val": "%bitrate% kbps" },
Save the config file, reload the theme and now it should be displayed in Details.

More information can be found here:
https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference
https://kbuffington.github.io/Georgia/docs/tagging.html  ( only limited support for this documents, as Georgia-ReBORN changed a lot ).

What you've shown in the screenshot is just the standard metadata properties window dialog of foobar...

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #403
@robertospeed,

if you want to add your own tags into the metadata grid, open foobar2000\profile\georgia-reborn\georgia-reborn-config.jsonc

Go to the
Code: [Select]
"metadataGrid": [
and for example add this:
Code: [Select]
{ "label": "Bitrate", "val": "%bitrate% kbps" },
Save the config file, reload the theme and now it should be displayed in Details.

More information can be found here:
https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference
https://kbuffington.github.io/Georgia/docs/tagging.html  ( only limited support for this documents, as Georgia-ReBORN changed a lot ).

What you've shown in the screenshot is just the standard metadata properties window dialog of foobar...

-TT

OK thank you
However, I had already figured out how to do it

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #404
Just released new Beta 8 version in the Beta testing thread that does support fb2k v2 Beta 32 Bit:
https://github.com/TT-ReBORN/Georgia-ReBORN/discussions/74

Let me know how foobar2000 v2 Beta 32 Bit does perform on your computer in comparison to v1.6.12, thanks!

-TT


Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #405
Beta 9 - AKA unlock Georgia-ReBORN's full potential AKA re-introducing the theme style system
and how I learned to love double clicking on the lower bar.


Check out the Beta thread over at Github discussions:
https://github.com/TT-ReBORN/Georgia-ReBORN/discussions/74

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #406
Hello

Everything works great and smooth for me. Double click changing the theme very good idea.
But the best thing that I thought would be great was to add a transparent cover option. The only thing that in my humble opinion would look better is if the cover becomes transparent only in the place where cd art spins, and the rest of the cover remains unchanged.
Thank you for the next ideas and the time you put into supporting the already polished theme.

Regards

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #407
@naraganset,

that's a great idea. When I've implemented the opacity feature, I've had that also in mind but thought it wouldn't be possible.
After additional thought and trying, I've made a workaround and got it working. So this feature will be available in
the next beta update.

-TT 

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #408
@TT

I also thought that implementing it would be quite a challenge, but I can see that nothing is impossible for you. For me, this is the best Foobar theme I know. The theme is so brilliant that I keep refining my album covers and cd art for it.
Thank you with all my heart once again for the enormity of your work and of course I do not forget about Mordred's who started this brilliant theme.


Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #410
Hello

@TT


As for me, after adding the album transparency option, everything works smoothly, no matter if I have a small player size or when I switch to the full screen. My processor is an Intel Core i7-10700K.
As for the impementation itself, it looks very good, only what in my opinion looked better before, the size of the cdart filled the entire height of the album cover. Now, when you set Options> Details> Disc art> Disc art display amount to 50%, cd art does not fill the full height of the cover.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #411
@naraganset,

Yea there were some problems with the mask, I saw that myself and have fixed this yesterday late at night and updated the download link. Download again from the beta test forum and overwrite your files, should be good now.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #412
@TT

I downloaded the latest link and I have the same.
Maybe we don't understand each other, in the photos I have marked with arrows how the previous version of your cd art theme fills the entire height of the cover. In the current version, despite setting 50% in Options> Details> Disc art> Disc art display amount cd art, it is smaller as album cover.

https://imgur.com/a/8x1TK1g

https://imgur.com/a/bACoa9p

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #413
Ah yes, that was a misunderstanding.

I needed to make the disc a little bit smaller to be able to use 50% visible disc amount. That's because if the player size
would be proportional, it would not have any space ( right margin ) on the right side and the edge of the disc would be
on the edge of the player size...




Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #414
@TT

Ok I understand.
With a Full screen player size then cd art would be on the edge of the player size.
If it is a different size then you just need to slightly pull the image to the right and it is ok.
I am writing this because I really appreciate your ideas systematically implemented, the transparency option is great, but this cd art smaller than the size of the album cover looks much worse for me than in the previous versions of the theme.
It is possible to add in Options> Details> Disc art> Disc art display amount adding such size% to be able to enlarge cd art to full size?.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #415
Just started with Georgia-ReBORN. Great theme!
Is there a way to disable the track number in the playlist? I'm using tracks from various sources for my playlists, so it looks confusing when the track numbers are all mixed up. (It reads the metadata tag.)

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #416
@naraganset,

I was not happy at all, BUT I have a new idea and a new option that will please you all, even if you have widescreen displays.
Thanks for reminding me about widescreen displays, with this new implementation I have reverted the disc art size back to original.
Will be available in the next beta update.

@WarZard-X,

glad you like the theme. It's not possible at the moment, but I have implemented an option to be able to hide track numbers in
the playlist. Will be available in the next beta update.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #417
@WarZard-X,

glad you like the theme. It's not possible at the moment, but I have implemented an option to be able to hide track numbers in
the playlist. Will be available in the next beta update.

-TT
[/quote]
Thanks, the best thing would be if it just shows the playlist number, no matter what is tagged in the metadata.  First track of playlist is 01, second is 02, and so on. So you can compile playlists with tracks from various albums without mixed up numbers.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #418
@WarZard-X ,

I'm not aware that's even possible to do that. the only option I can offer you is to hide the track numbers...

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #419

@WarZard-X ,

I'm not aware that's even possible to do that. the only option I can offer you is to hide the track numbers...

-TT
In normal Foobar DUI it's under Columns "item index" and with WSH panel mod it's "$num(%list_index%,$len(%list_total%))".

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #420
@naraganset,

I was not happy at all, BUT I have a new idea and a new option that will please you all, even if you have widescreen displays.
Thanks for reminding me about widescreen displays, with this new implementation I have reverted the disc art size back to original.
Will be available in the next beta update.

-TT


Hello

@TT

I don't have a widescreen display, I display the image on a large LCD, so the full screen is too big for me.
I mainly use small stretched.
In any case, users of widescreen displays will surely be pleased.
The most important thing is that you decided to go back to the original size of the disk graphics, because I already thought that I would have to use the earlier version of the theme :))
Then we are waiting patiently for the new version.

Regards

 

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #421
New update released in the beta thread.

---

@WarZard-X,

I've looked into it and %list_index% and %list_total% are not compatible with the playlist in this theme.
These are component specific fields that can be set in the playlist columns, i.e DUI/CUI columns for the native foobar playlist.
Not familiar with the WSH panel mod, but I guess it also had this function to support these...

From the foobar2000 wiki:
Quote
This section lists fields and functions which are specific to certain components. Unless otherwise stated, the fields and functions are only usable in the context of those components.

https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference#Component-specific_fields_and_functions

If anyone knows an alternative, you can post it here.

Anyways, in the new beta just posted, you can hide the track numbers in top menu Options > Playlist > Track row

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #422
New update released in the beta thread.

---

@WarZard-X,

I've looked into it and %list_index% and %list_total% are not compatible with the playlist in this theme.
These are component specific fields that can be set in the playlist columns, i.e DUI/CUI columns for the native foobar playlist.
Not familiar with the WSH panel mod, but I guess it also had this function to support these...

From the foobar2000 wiki:
Quote
This section lists fields and functions which are specific to certain components. Unless otherwise stated, the fields and functions are only usable in the context of those components.

https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference#Component-specific_fields_and_functions

If anyone knows an alternative, you can post it here.

Anyways, in the new beta just posted, you can hide the track numbers in top menu Options > Playlist > Track row

-TT
Line 5090. Use this.idx + 1, with a new pref. Reuse where necessary.
Code: [Select]
			const track_num_tf = pref.showPlaylistIndexNumber ? this.idx + 1 : '$if2(%tracknumber%,$pad_right(' + (this.idx_in_header + 1) + ',2,0)).';
let track_num_query = track_num_tf;
...
if (this.is_playing) {
track_num_query = g_properties.show_header ? '      ' : track_num_tf;
}

XX

Obviously I would add some kind of padding to the numbers, etc.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #423
Hey guys,

since Georgia-ReBORN 2.3.0 Beta 9 you can choose between different theme style presets
in top menu Options > Style > Presets. These presets do not only change the theme, but they also activate
various theme styles and also change the appearance of the top menu buttons, progress bar, lower bar transport buttons,
volume bar and some other things.

I am interested in what your favorite theme style presets are, please vote here, multiple votes allowed:
https://take.quiz-maker.com/poll4518813x45d74ccB-141


My personal favorites ( see after you've voted ;) ):
Spoiler (click to show/hide)

This can of course change over time and the good thing is users won't get bored that easily :)

P.S: There is an automatic theme style preset detection, that means if you double click on the lower bar
the default setting ( in Options > Style > Presets > Auto random > Double click ) will change to another random preset
as you know, but if you like a theme style preset you can check fast which preset is currently active, if you first check
what theme is active and then check this theme in the presets. For example, you double clicked and another preset was auto-selected, go to Options > Theme ( you see Black is active ) then go to Options > Style > Presets > Black and you will see the preset marked. This also means, if you deactivate an active selected theme style, it will not be in the original preset settings and the preset
also won't be marked. If you activate it again, it will mark the preset again.

Thanks for participating!

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #424
Thx @regor,

OK, must admit that I'm feeling like a fool now, this whole thing has confused me a lot :D
I'll implement it very quietly...

-TT