Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - asstrocreep

Pages: 1
1
Questions / Artists fitlering Virtual Tag
« on: February 18, 2020, 09:47:02 PM »
The <artists> tag seem sto also include the album artist which causes duplicates. I'm looking for help with making a function that simply removes the album artist from the artists tag.

Virtual tag: <artists> minus <album artist>

2
TheaterMode / Album Artist image
« on: October 24, 2019, 05:26:26 PM »
Can I use 'album artist' for tag so that instead o artists image it essentially becomes album artist image and only searches using the album artist?

3
Questions / What happened to Theater mode wiki?
« on: October 24, 2019, 05:23:32 PM »
When going to the wiki all I see is an asterisk * ? Am I missing something or has the article for theater mode been moved?

I'm new to coding theater mode and do not have any reference to whats going on besides the readme.


4
Questions / Thumbnail browser in Now Playing tab
« on: October 22, 2019, 08:24:19 PM »
I love using the thumbnail browser, however I also love the album "Large Album" view on Now Playing (because of the background color/blur effects)

Is there any way I can have both at the same time on a single tab?

5
Questions / Deleted lyrics keeps restoring?
« on: September 14, 2019, 11:02:50 PM »
I've tried everything. I can't delete any synchronized lyrics and the weird thing is even on brand new imported songs, they will randomly have synchronized lyrics embed even though I have that disabled in settings. When I attempt to delete lyrics, they simply return after I refresh, skip a song, or restart. I use Lyrics Reloaded, but that's the first thing I suspected and disabled even removed and the issues persists.

Latest update, UWP version

Update: Reinstall did not fix anything

6
Questions / Display artist help
« on: August 29, 2019, 10:41:35 PM »
Hi. I finally realized display artist is used for the artist picture under Now Playing. So my next goal is to make a script or something to simply make all my display artists function as album artists. Like some kind of script to change the display artist for every song to the existing album artist value. Thanks for any help

7
Questions / Multiple Virtual tag functions
« on: August 11, 2019, 08:26:00 PM »
I'm trying to remove various terms from the Title field. I want to remove "feat", "Feat", "bonus", "explicit", and "remastered".

It's worth noting I successfully used multiple functions with this virtual tag: $Split(<Source check>,false-,2)$Split(<Source check>,true-,2)

That virtual tag allows me to check if a song is from my old library, and then removes the false-/true- terms from the tag, for visual simplicity. That tag has no errors yet, when trying to perform the same split function to remove multiple term in titles I get several errors. I just assumed either I'm doing something wrong, or multiple split functions only work with if functions and not title fields? Idk.

$Split(<Title>," (feat",1)$Split(<Title>," (Feat",1)$Split(<Title>," (explicit",1)$Split(<Title>," (bonus",1)$Split(<Title>," (remastered",1)

The above code just ends up repeating the title 5 times.

8
Questions / Center Columns browser panel?
« on: August 07, 2019, 05:53:17 PM »
I have centered the headers via fields settings and chose middle for each field, but the subheaders are still aligned to the left. How would I align the subheaders to the middle?


Pages: 1