Airtime Files DB
  • Hi! I am new to this forum and been using Airtime like a month.
    After checking the Airtime Database, I've seen that each file have the artist and album data as a full text variable ( varchar(512) ). I think it will be lighter to the database and the application if the Artists and Albums get stored on separated tables, and in the files reference the id of the line.
    I guess the problem of that is that the Artist and Album data is read from the ID3 when the file is analyzed, and will need to store that data on external tables as well.
    Also, would be nice if you add the "Key" and the "group" tags of the ID3 as columns on the database.