Re: listening for tags on audio stream
- From: "W. de Hoog" <wdehoog exalondelft nl>
- To: rygel-list gnome org
- Subject: Re: listening for tags on audio stream
- Date: Thu, 21 Sep 2017 20:50:50 +0200
Hi,
Found a way to get the tags:
n = tag_list.n_tags();
for(i=0;i<n;i++) {
tag = tag_list.nth_tag_name(i);
...
Now I would like to add them to the current meta data. How should that
be done?
regards,
--
Willem-Jan de Hoog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]