Page 1 of 1

[SOLVED] Vinyl track style detected as discs and track number bugged

Posted: Sat Oct 30, 2021 12:36 am
by 1024mb
I have some FLAC files tagged as A1, A2, A3, A4, A5, B1, B2, B3, B4, B5 and all of them have a TOTALTRACKS tag with value = 10.

Using

Code: Select all

 [CD %disc3%\]%track2%. %title% 
gives for example

Code: Select all

A1\10. Title of the song.flac
Using only

Code: Select all

%track2%. %title%
gives

Code: Select all

A1_10. Title of the song.flac
I'm using XRECODE 3 [64-bit] - 1.114 [Beta 2021-10-28/1650]

Edit: After actually using

Code: Select all

%track2%. %title%
it didn't named the files with the "_10", I haven't tried the other one but in that case the output file name column is being filled incorrectly.

Re: Vinyl track style detected as discs and track number bugged

Posted: Sat Oct 30, 2021 12:37 am
by 1024mb
(all the files have 10 as the track number)

Re: Vinyl track style detected as discs and track number bugged

Posted: Sat Oct 30, 2021 12:38 am
by 1024mb
Also, for some reason adding my previous comment to the post or even adding more text to that comment crashed the forum, I got Internal Server Error.

Re: Vinyl track style detected as discs and track number bugged

Posted: Sat Oct 30, 2021 8:22 am
by admin
Here's the update to try - https://xrecode.com/test2/setup_xrecode ... _1.114.exe
I know that my hosting provider has enabled some anti hacking/spamming/etc. features and I'm getting errors when editing the posts myself from time to time.

[SOLVED] Re: Vinyl track style detected as discs and track number bugged

Posted: Sat Oct 30, 2021 4:36 pm
by 1024mb
Tested it and it's working well now, thank you.