Author Topic: Where are saved the song parameters ? Like start time ?  (Read 586 times)

soldierftl

  • Newbie
  • *
  • Posts: 1
   Hi,

 In Itunes the start/end timers for each song are saved in an XML file. I was wondering where was saved the same parameters in MusicBee ? Since we can modify them for each song, how do MusicBee know which file should start when ?

 The idea behind this is to edit the MusicBee file with the start/end timers from Itunes (which is on another computer) using a custom Python script ^^

  Thanks in advance, I've searched in all the files I could but didn't find where the songs parameters are stored.

boroda

  • Sr. Member
  • ****
  • Posts: 4595
most tags are saved into music files, but some (including start/end times) are saved in mb database only. mb database is *.mbl file. it's binary file and you won't be able to edit it by python script. but i think you can write plugin to do this.

p.s. you can try python script with this plugin:

https://getmusicbee.com/addons/plugins/138/musicbeeipc/