kJams 2.0 iTunes Fader....

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!
Post Reply
User avatar
way2fst4u
Posts: 164
Joined: Thu May 17, 2012 12:10 pm

kJams 2.0 iTunes Fader....

Post by way2fst4u »

Is it possible to request that a new track get played each time between singers?

Thanks!
Thanks!

Scott

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

Re: kJams 2.0 iTunes Fader....

Post by dave »

you could do that yourself, in your own script! that's the awesome-sauce of scripting: DIY :D

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

Re: kJams 2.0 iTunes Fader....

Post by DeusExMachina »

Um, it already does that!

editor: he means "it has that capability, you just have to turn it on"

User avatar
way2fst4u
Posts: 164
Joined: Thu May 17, 2012 12:10 pm

Re: kJams 2.0 iTunes Fader....

Post by way2fst4u »

Mine plays one entire song through...in 30-90 second intervals between singers... :)
Thanks!

Scott

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

Re: kJams 2.0 iTunes Fader....

Post by dave »

open the "itunes_auto_crossfade.py" script (hold option while picking it)
now do "save as"
save it into the python folder in your kjams folder, name it with something you'll recognize

find this line:
# if you do NOT want iTunes to pick up where it left off, un-comment the following line
# itunes.next()
remove the hashtag from the second line
save again
now use THAT script instead of the built-in one

User avatar
way2fst4u
Posts: 164
Joined: Thu May 17, 2012 12:10 pm

Re: kJams 2.0 iTunes Fader....

Post by way2fst4u »

thank u sir. ;)
Thanks!

Scott

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

Re: kJams 2.0 iTunes Fader....

Post by DeusExMachina »

Oh, I thought we were talking about the AppleScript, because mine DOES already do that! :)

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

Re: kJams 2.0 iTunes Fader....

Post by dave »

8)

User avatar
TLB
Posts: 21
Joined: Wed Nov 24, 2010 3:00 pm

Re: kJams 2.0 iTunes Fader....

Post by TLB »

I was going to start a new thread for my question but it relates closely with what is being discussed here, so here it goes:

I recently upgraded to kjams 2.0, and i'm utilizing itunes_auto_fader.py. The problem i'm running in to is that after running the script everything works a expected, except that while kjams is paused, the singer and audience televisions display the "Volume: 0%". This is blocking my web address at the bottom of my showscreens and the singer really has no need to see the current volume setting. is there a line of code that will disable this?

By the way thanks to Dave and everyone that has contributed to this awesome software!

Thanks,
TLB

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

Re: kJams 2.0 iTunes Fader....

Post by DeusExMachina »

No need for code. Just go to kJams Preferences>General>Show Messenger messages in Video Window and turn it off.

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

Re: kJams 2.0 iTunes Fader....

Post by dave »

what he said is probably the easiest thing. tho it does make sense for the script to just NOT show the volume message

Post Reply