illustrate
Products            Buy            Support Forum            Registrations            Professional            About           
 

Add Date to Title Display

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • simbun
    replied
    Originally posted by Seasider
    I was just on the point of answering myself! My tags, written with FooBar, call the 'Year' Tag 'Date'. So I substituted the word in the code you gave me, and it worked!
    Really? I use FLAC, and the tag that holds the release date is called DATE but it's abstracted in AssetUPnP to YEAR (to consolidate all the file formats which use different names).

    If I use DATE it doesn't work, even once I've added it to MediaDatabaseFieldsv7a.txt!

    At least it's working for you :-)

    Leave a comment:


  • Seasider
    replied
    I was just on the point of answering myself! My tags, written with FooBar, call the 'Year' Tag 'Date'. So I substituted the word in the code you gave me, and it worked!

    Thanks again

    Clive.

    Leave a comment:


  • simbun
    replied
    Originally posted by Seasider
    Nothing doing I'm afraid.
    I copied the code as you gave me to the AssetUpnPUserRenameList, after the instruction section, refreshed all, restarted server, but no change to the format in either BubbleUpnP or HiFiCast.
    I know there was a bug/feature where the tag you're using in the preformat had to be typed (TEXT/INTEGER e.t.c.) in MediaDatabaseFieldsv7a.txt, but I think title and year already are by default, so I don't think it'll be that.

    Are you on an up-to-date version of AssetUPnP, as this functionality was only introduced about a year ago.

    I do remember having to restart/refresh a number of times for these to take effect.

    Leave a comment:


  • Seasider
    replied
    Originally posted by Seasider
    Well hello there!! You got me! I just love trying to teach myself!
    I'll give that a try.
    Thanks.
    Nothing doing I'm afraid.
    I copied the code as you gave me to the AssetUpnPUserRenameList, after the instruction section, refreshed all, restarted server, but no change to the format in either BubbleUpnP or HiFiCast.

    Any ideas?

    Thanks again.

    Leave a comment:


  • Seasider
    replied
    Well hello there!! You got me! I just love trying to teach myself!
    I'll give that a try.
    Thanks.

    Leave a comment:


  • simbun
    replied
    I see you're trying both servers :-)

    You'll need to use the User Rename List feature:
    Code:
    preformat:=title:=[title] ([year])
    Remove the parentheses if you don't want them.

    Leave a comment:


  • Seasider
    started a topic Add Date to Title Display

    Add Date to Title Display

    Hi
    I'm trying to add the date of release of a track, (as held in the Date tag of my MP3 files), so that it shows after the title in Asset's listings.

    Is this possible please?

    Thanks.
Working...