Re: [Mixxx-devel] Store ratings

2016-04-09 Thread Waylon Robertson
pTrackMetadata->setRating(rating); Thought this was enough. it isn't On Sat, Apr 9, 2016 at 9:07 PM, Waylon Robertson wrote: > more detail: POPM frame access i wrote into trackmetadatataglib.cpp. > Ratings do not appear on the ui. > > > On Sat, Apr 9, 2016 at 9:03 PM, Waylon Robertson > wrote: >

Re: [Mixxx-devel] Store ratings

2016-04-09 Thread Waylon Robertson
more detail: POPM frame access i wrote into trackmetadatataglib.cpp. Ratings do not appear on the ui. On Sat, Apr 9, 2016 at 9:03 PM, Waylon Robertson wrote: > hello all! my wife has been busy rating my mp3s, and saving the > ratings into them. I can retrieve the ratings using mixxx code... but

[Mixxx-devel] Store ratings

2016-04-09 Thread Waylon Robertson
hello all! my wife has been busy rating my mp3s, and saving the ratings into them. I can retrieve the ratings using mixxx code... but where do i store the ratings once I got them? there a sub i can poke to put ratings into the database appropiately?