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

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #250
Any thoughts on adding custom colour themes to match Windows colours?

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #251
@CelticDog

I'm really busy atm and we already have 11 themes and most users are using the Reborn theme. It would be really difficult to implement this,
I guess SMP would need to implement callbacks and I don't know if it's even possible.
But I would like to implement the Blend function from WilB's Biography and add it as a new option additional to the flat theme colors,
that would look really nice and refresh the looks of all themes, but it's also hard to implement it...

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #252
Thank you for the amazing theme, @TT !  Been using it for quite some time now.
I have a stupid request for adding songs from the Library to the current playlist.  Double clicking in Library clears the playlist and adds.  Is there a way to add an option to append and not clear the playlist (same functionality as right clicking and "Add to current playlist").
Thanks!!

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #253
Hi @flu1d,

why would you want to have this functionality when the "Library View" playlist was designed only for the Library that has temporary content and will always change when you start playing from the Library?
You can just create your own playlists and it won't reset its content when you start playing from the Library, it will just automatically switch to the "Library View" playlist.

To create your own playlists, there are 3 ways to do it:
1. Right click in the playlist > Create new playlist or just Ctrl + N.
2. In the playlist header ( hover with your mouse for the text button link ) > Create new playlist. You can also see the current active playlist name
3. Top menu Playlists > Create new playlist

In the playlist manager ( also found in the same way like mentioned above or Ctrl + M ), you can switch to your created playlists, rename them, rearrange order and also create new ones.

If you created your own playlist, you can drag and drop music to it or from the Library ( be sure your active playlist is your created playlist, not the "Library View", you can check the name in the playlist header ) right click >Add to current playlist.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #254
Sorry, I guess that's what I was trying to get at.  Just trying to add things to a playlist in a lazy way.  Basically double clicking would add to the "Current playlist" i.e. the custom one I just created instead of having to right click and add or drag like you said.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #255
Ok in the upcoming update, I will let you have Alt + Click to add items to current playlist, this was already implemented though.
I forgot about this shortcut and it needs to refresh the playlist otherwise you won't see any changes. No need to butcher the double click function =)

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #256
Thank you for the amazing theme, but how can I change font(Not font size)? And how can I skip some song or add some song to loved tracks?

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #257
Hi @abc95086,

you can change the fonts in georgia-reborn-main.js starting in line 47 to line 57 and replace them with each font family name.
You can use the top menu Rating function when a song plays to manually give a rating and create an auto-playlist to display the tracks with various ratings.
I don't have and use last.fm account and don't scrobble but maybe the loved tracks auto-playlist is for last.fm loved tracks...

Edit: So I dug into the loved tracks a little deeper, it's not supported in this theme to manually love/unlove tracks, but mark2003 has already created this function.
This can be implemented into the theme, but right now I have more important priorities to finish...

-TT


Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #258
Hi @abc95086,

you can change the fonts in georgia-reborn-main.js starting in line 47 to line 57 and replace them with each font family name.
You can use the top menu Rating function when a song plays to manually give a rating and create an auto-playlist to display the tracks with various ratings.
I don't have and use last.fm account and don't scrobble but maybe the loved tracks auto-playlist is for last.fm loved tracks...

Edit: So I dug into the loved tracks a little deeper, it's not supported in this theme to manually love/unlove tracks, but mark2003 has already created this function.
This can be implemented into the theme, but right now I have more important priorities to finish...

-TT



Thanks for reply, Can I ask which font use at lower bar and playlist?
Besides this when I click the artist name link at playlist it show : (I already get the newest version from github)

Error: Spider Monkey Panel v1.5.2 ({04620F16-1878-47A1-8EFE-0CE0B99566CC}: Georgia-ReBORN v2.0.3 by TT)
GetQueryItems failed:
Invalid filter expression

File: hyperlinks.js
Line: 118, Column: 27
Stack trace:
  populatePlaylist@hyperlinks.js:118:27
  click@hyperlinks.js:163:8
  on_mouse_lbtn_down@Panel_Playlist.js:4720:24
  on_mouse_lbtn_down@Panel_Playlist.js:839:14
  PlaylistPanel/this.on_mouse_lbtn_down@Panel_Playlist.js:341:12
  on_mouse_lbtn_down@georgia-reborn-main.js:3855:13

How can I slove it?

 

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #259
Lowerbar and Details: fontLight, fontRegular, fontBold.
Playlist: fontSegoeUI and fontSegoeUISemibold.

How exactly do you reproduce the crash? Just clicking on the playlist group header links works fine on my end...
Does it happen only on specific album?


Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #260
You should be using try/catch as per the docs...

https://theqwertiest.github.io/foo_spider_monkey_panel/assets/generated_files/docs/html/fb.html#.GetQueryItems

Quote
Note: use try/catch to handle invalid queries. An empty handle list will be returned if the query is valid but there are no results.

Obviously it's not necessary for hard coded safe queries like rating IS 5 but if you're accepting user input or metadata read from files, you should err on the side of caution.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #261
Lowerbar and Details: fontLight, fontRegular, fontBold.
Playlist: fontSegoeUI and fontSegoeUISemibold.

How exactly do you reproduce the crash? Just clicking on the playlist group header links works fine on my end...
Does it happen only on specific album?


Oh, I know the problem; If artist name isn't English will get crashed...

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #262
Thanks for the info @marc2k3!

@abc95086, I don't know if you're a new HydrogenAudio user but check your PM.
Refresh this site and click on My Messages located in the menu bar at the top.

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #263
Lowerbar and Details: fontLight, fontRegular, fontBold.
Playlist: fontSegoeUI and fontSegoeUISemibold.

Btw, I forgot to mention that you also need to change the font names in g_pl_fonts = { in Panel_Playlist.js

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #264
Lowerbar and Details: fontLight, fontRegular, fontBold.
Playlist: fontSegoeUI and fontSegoeUISemibold.

Btw, I forgot to mention that you also need to change the font names in g_pl_fonts = { in Panel_Playlist.js

It still not work on playlist and some font on lowerbar and details(eg. Sunflower)

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #265
Fantastic theme.  One question:

I can add to the queue, but don't see how to play it.

Never mind.  Just as easy to Send Selection to a new playlist.


Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #266
Hi bmorgan,

to add songs into queue right in the playlist on the selected track/tracks > Add to playback queue.
After the current playing song ends, it will automatically play the songs ordered in queue.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #267
Oh, I know the problem; If artist name isn't English will get crashed...
This shouldn't be an issue typically. Can you post the exact artist name that you clicked on when the crash originally occurred?

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #268
How do I get just one year in the album header?


Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #269
@bmorgan,

this happens if you activate in top menu Options > Playlist > Album headers > Show long release date
and when your tagged album has "2011, 2011" in %date%. Just remove it from the %date% tag.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #270
@bmorgan,

... your tagged album has "2011, 2011" in %date%. Just remove it from the %date% tag.


The Date field only has one "2011" in it.  Could it be showing the Original Date as well?

Weird: I changed just the Original Date to "2029" and now I have "2029, 2029"

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #271
@bmorgan,

1. Does it happen only for the specific album you've shown or for all of your albums?
2. Did you modify the syntax in georgia-reborn-config.jsonc ? If yes, try to copy and cut it to another location and restart foobar, it will automatically create a new fresh one...
3. What happens if you activate/deactivate -> top menu Options > Playlist > Album headers > Show long release date?

I've tried to test tag an album with %date%, %original date%, %original release date% and %year% with the same year and there are no double entries shown in the playlist header...

-TT


Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #273
@bmorgan,

you could try open your config file "georgia-reborn-config.jsonc" located in your foobar2000/profile/georgia-reborn folder 
and head to the "title_format_strings": { section.

Replace the original date syntax:
Code: [Select]
$if3(%original release date%,%originaldate%,%date%,%fy_upload_date%,)

with this modified one:
Code: [Select]
$if3($cut(%original release date%,4),%originaldate%,%date%,%fy_upload_date%,)

Save the file and restart foobar.

-TT

Re: Georgia-ReBORN - A Clean foobar2000 Theme

Reply #274
@TT

Turns out when I use MediaMonkey to tag files it saves them as "xxxx; xxxx" for "maximum compatibility".  Any way to make that work?

https://www.mediamonkey.com/support/knowledge-base/mediamonkey-tagging-organizing/how-to-configure-which-id3-tags-are-used-for-year-date/
Slightly off-topic, but when I used to use Media Monkey, it messed up loads of tags and I stopped using it. The best option I have found is mp3tag. That said, even it conflicts with FB2K over mutilple fields within a tag (eg:\ in mp3tag, I use <; > as the separator, FB2K changes decides to change it to <\\> - and vice-versa).