Page 1 of 1

Playlist Table SHARELEVEL

Posted: 12 Nov 2016, 15:30
by z-vap
I am reviewing settings that I need to make when I do a DB rebuild or change. I am noticing the SHARELEVEL setting is either 0 or 1 in my DB. What does that do?

SELECT TOP 500 * FROM playlist

Re: Playlist Table SHARELEVEL

Posted: 12 Nov 2016, 17:49
by Madsonic
Hi there,

0 = private playlist (only visible to the owner and admin user)
1 = shared playlist (visible to all user)

best regards

Re: Playlist Table SHARELEVEL

Posted: 13 Nov 2016, 21:08
by z-vap
For some reason I thought IS_PUBLIC = 'true' or 'false' handled that.

Thanks