Page 1 of 1

id3 accessor methods?

PostPosted: Fri Aug 26, 2016 8:57 pm
by philvt101
Hi, I was wondering if there was any possibility of adding getter/setter methods for id3 tags in the API. Specifically for the comments frame. Long story for why I need that, but it would be great.

Re: id3 accessor methods?

PostPosted: Sat Aug 27, 2016 12:33 am
by acroyear
possibly better posted over in Feature Requests, or on the API Google group. There are very few API methods that are read-write (playlists, podcasts, chat, bookmarks, and users), none that apply to media files/folders except star and rating.

Even Plex's setup doesn't allow actually writing the ID3, but rather patches on top of it when you rename or comment, from what I've seen.

Re: id3 accessor methods?

PostPosted: Sat Aug 27, 2016 11:20 am
by philvt101
Ok, thanks. Yeah, I noticed there were no methods to directly modify the files on the server but I kind of need that functionality to accomplish what I'm after.