How Do I Disable the Song Like/Dislike Buttons in the Mobile App Player Using ID3 Tags?

How Do I Disable the Song Like/Dislike Buttons in the Mobile App Player Using ID3 Tags?

How Do I Disable the Song Like/Dislike Buttons in the Mobile App Player Using ID3 Tags?

Note: This process should be performed by a Company Admin or someone familiar with working with ID3 tags.

If you want to disable the song like/dislike buttons in the mobile app player—such as during commercial breaks—you can do so by setting specific values in the ID3 tags of your audio stream.

Steps to Disable Like/Dislike Buttons

  1. Set the following ID3 tag values in your audio stream:
    • ad_id
    • link

When these tags are present, the like and dislike buttons will be disabled in the mobile app player.

Sample ID3 Tag to Disable Like/Dislike Buttons

entries=[TXXX: description=ad_id: values=[123], TXXX: description=link: values=[https://www.website.com]]

Sample ID3 Tag to Enable Like/Dislike Buttons

entries=[TIT2: description=null: values=[Song Title], TPE1: description=null: values=[Artist name], TXXX: description=cart: values=[1234], TXXX: description=category: values=[ML1], TXXX: description=record_action: values=[start], TXXX: description=event_duration: values=[224.818], TXXX: description=event_start_time: values=[1688482033.273188], WXXX: url=https://www.website.com/image.jpg]

By adjusting these ID3 tags, you can control when the like and dislike buttons appear in your mobile app player, ensuring a seamless listener experience during both music and non-music segments.