property: #mp3.year?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
highend
Posts: 14953
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

property: #mp3.year?

Post by highend »

XY provides the internal properties (among others):

#mp3.album = MP3 Album
#mp3.artist = MP3 Artist
#mp3.Comments = MP3 Comments
#mp3.genre = MP3 Genre
#mp3.title = MP3 Title
#mp3.track = MP3 Track
#mp3.year = MP3 Year

I have a file: D:\Temp\Adele - Set Fire To The Rain.mp3

Tags set (via MP3Tag):
ARTIST Adele
GENRE Blue
TITLE Set Fire To The Rain
YEAR 2011

If I select it and execute

Code: Select all

property("#mp3.year", "<curitem>");
I get an error message:
Property does not exist: mp3.year
Others like:
property("#mp3.title", "<curitem>");
property("#mp3.genre", "<curitem>");

work fine.

What's happening here?

ID3 tag type: v2.3 & v2.4 (tested with both)
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: property: #mp3.year?

Post by admin »

:bug: :roll:

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: property: #mp3.year?

Post by bdeshi »

It's even weirder.
I get that error msg, but then the year value does turn up (text property(...);) :naughty: ( <-- to XYplorer)
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply