Suggestion List under Venue

Is kJams missing a feature you need? Post it here! Note: if iTunes has it but kJams doesn't, it's a good bet kJams will have it, but that I just haven't gotten around to it yet. But go ahead and request it anyway!
User avatar
djunod
Posts: 146
Joined: Sun Oct 30, 2011 7:38 am
Contact:

Re: Suggestion List under Venue

Post by djunod »

for kj_rotation, the soID values are always negative numbers...

Code: Select all

<key>soID</key>
<integer>-14996</integer>

dave
Site Admin
Posts: 6688
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Suggestion List under Venue

Post by dave »

take it out of NSNumber as SInt32, then cast it to UInt32 and you'll be fine.

User avatar
djunod
Posts: 146
Joined: Sun Oct 30, 2011 7:38 am
Contact:

Re: Suggestion List under Venue

Post by djunod »

I tried that, it didn't work... can give it another shot. [edit]yeah, I had tried that, it didn't work.[/edit]

The others aren't like that.

dave
Site Admin
Posts: 6688
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Suggestion List under Venue

Post by dave »

sorry, try UInt16, you'll get "50450" for that example? if that works, go for it.

User avatar
djunod
Posts: 146
Joined: Sun Oct 30, 2011 7:38 am
Contact:

Re: Suggestion List under Venue

Post by djunod »

That's not the issue:

real soID = 902425, rotation soID = -15079
real soID = 902674, rotation soID = -14830
real soID = 902594, rotation soID = -14910

dave
Site Admin
Posts: 6688
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Suggestion List under Venue

Post by dave »

crap, the number is being truncated. okay, mefixy

User avatar
djunod
Posts: 146
Joined: Sun Oct 30, 2011 7:38 am
Contact:

Re: Suggestion List under Venue

Post by djunod »

The Rogue works... Thanks :-)

Image

dave
Site Admin
Posts: 6688
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Suggestion List under Venue

Post by dave »

:shock:

DeusExMachina
Posts: 1293
Joined: Sun Apr 20, 2008 9:57 am
Location: Pittsburgh, PA
Contact:

Re: Suggestion List under Venue

Post by DeusExMachina »

Back to the O.P., dunno about per venue, but couldn't you just make a playlist that was the library sorted by "times sung"?
(Making it more manageable with either a cut off minimal value for # sung, or alternately, a max number for the playlist.)

dave
Site Admin
Posts: 6688
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Suggestion List under Venue

Post by dave »

yes, that's entirely possible. DaveJ, would that interest you?

User avatar
djunod
Posts: 146
Joined: Sun Oct 30, 2011 7:38 am
Contact:

Re: Suggestion List under Venue

Post by djunod »

Sure, that works as it is pretty easy for everybody... most KJ's aren't going to spend time going through to come up with a list of popular songs.

dave
Site Admin
Posts: 6688
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Suggestion List under Venue

Post by dave »

OK. here's my thinking. I'm going to enable a way for the KJ to specify "public playlist" on any playlist. I'll then create the "recent" smart playlist (most recently added 200 songs), and add that in, and also add the Rotation playlist in, and in addition, the KJ can then create their own lists and add them in. then, with a new command, you can request the "list of public playlists" (to which Rotation and Recent will automatically be added). Then you can present that list however you wish. note: i probably won't get to this right away.

DeusExMachina
Posts: 1293
Joined: Sun Apr 20, 2008 9:57 am
Location: Pittsburgh, PA
Contact:

Re: Suggestion List under Venue

Post by DeusExMachina »

Assuming one is #sung.

dave
Site Admin
Posts: 6688
Joined: Sun Sep 18, 2005 8:02 am
Location: Seattle
Contact:

Re: Suggestion List under Venue

Post by dave »

are you asking for the "# Sung" sort column to be added to the columns that are shown in the web client?

DeusExMachina
Posts: 1293
Joined: Sun Apr 20, 2008 9:57 am
Location: Pittsburgh, PA
Contact:

Re: Suggestion List under Venue

Post by DeusExMachina »

For me personally, it doesn't really matter, but for the purposes of this thread, to implement the "Popular tracks listing", you would have to have that be one of the "Smart Playlists", at least how I was envisioning the solution to the issue. Either that, or have the host just do it by hand.
I was picturing it happening on the fly, automagically, i.e. a playlist that automatically included the top x=say 200 tracks based on # sung from the library. Alternately, the list would have all tracks sung more than x=say 5 times.

Something like that.
Just a quick hack to get you a "Most popular" feature.

Personally, I'd like "Comments" or some such field made accessible, to allow patrons to submit potential updates to tracks, say, noting that a track is a duet, or some such, to take some of that metadata burden of the host. Sort of a wiki for your Library. :)
Last edited by DeusExMachina on Wed Aug 08, 2012 1:31 pm, edited 1 time in total.

Post Reply