Downloads/Links: Difference between revisions

From kJams Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Notes: quotes must be smart, comma must be "full width comma", like this ",", cuz the JSON parser doesn't know to skip to the next quotes and include the comma in the quoted string
Notes: comma must be "full width comma", like this ",", cuz the JSON parser will choke on a quoted comma
<pre>
<pre>
<downloads>
<downloads>

Revision as of 22:10, 3 February 2022

Notes: comma must be "full width comma", like this ",", cuz the JSON parser will choke on a quoted comma

<downloads>
{
  "whats_new": "The 64Bit Alpha version is ready for testing! Click “Details” for more info!
________________________________________________
b52
• Mac 64bit now requires Mojave (10.14) or later
• if you have “stop between songs” turned on,then,when a song stops,the selection will no longer change. (failed when “stopping a song also marks it sung” was turned off)
• when editing the text on a meta data field that ALSO has a menu (eg: “album”),no longer assert-crash
• Windows: the “trim end” time now shows in the LCD panel playhead track (the feature has been in for years but never enabled on windows!!)
________________________________________________
b51
• 64bit: mac can now launch (previously the LAME dll wasn't installed with it)
• windows: fix crash when right click a song->add to singer->new singer would crash
• fix crash dragging the “rotation” playlist over itself
________________________________________________
b50
• fixed long standing bug where things sometimes wouldn't sort correctly,which caused many problems,now gone (was comparing a case-sensitive to case-insensitive,which would sort differently)
• new general pref “stop between tracks”
• many Dialogs now remember their positions (where you last placed them)
• Windows: fixed very longstanding: in certain dialogs,popup menu items were not SET correctly: in the "Credit Card Settings" dialog the "state",and the "expiration year" popups. In the "Disc Info" dialog the Genre and Category popups. In the "Track Info" dialog the Genre popup.
• 64bit only stuff below --------------------------------:
• ripping and burning now work!!
• fixed assert map_endB && vec_endB
• fixed a assert HasProperty()
• you can now set LAME (mp3) encoder prefs (only 1 preset currently)
• Get Info dialogs (both disc and track) genre popups work on windows
• Lame dialog works (you can only set one preset,"Best",for now) (and remembers where you put it)
• if you set your "max activites showing" to zero,kJams will remember the splitter size that you manually set
• if you convert your 32bit database to 64bit while in tryout mode,then registering (getting out of tryout mode) will restore the right number of songs to your playlists
• Windows: fix crasher on startup when SN needs to be converted",

  "mac_2_64":    "https://www.dropbox.com/s/3x2zsui1iwxhh1q/kJams2_x64.dmg?dl=1",
  "win_2_64":    "https://www.dropbox.com/s/amoopx35nf54tc1/kJams2_x64.zip?dl=1",
  "mac_2":       "https://www.dropbox.com/s/vifnn4ri324ljo4/kJams2.dmg?dl=1",
  "win_2":       "https://www.dropbox.com/s/lpato306gwevve1/kJams2Win.exe?dl=1",

  "mac_lite_64": "https://www.dropbox.com/s/197tc6k3ch1n6xc/kJamsLite_x64.dmg?dl=1",
  "win_lite_64": "https://www.dropbox.com/s/l3xxnbicpy3l8x2/kJamsLite_x64.zip?dl=1",
  "mac_lite":    "https://www.dropbox.com/s/q8v757jtcf058lj/kJamsLite.dmg?dl=1",
  "win_lite":    "https://www.dropbox.com/s/r5iy7pr5lyua11c/kJamsLiteWin.exe?dl=1",

  "mac_pro_64":  "https://www.dropbox.com/s/0nheveq7fgxs6s9/kJamsPro_x64.dmg?dl=1",
  "win_pro_64":  "https://www.dropbox.com/s/t5a76qknhmbw1wy/kJamsPro_x64.zip?dl=1",
  "mac_pro":     "https://www.dropbox.com/s/xfbvobiyzeox1gc/kJamsPro.dmg?dl=1",
  "win_pro":     "https://www.dropbox.com/s/d12cd6k8afq838l/kJamsProWin.exe?dl=1",

  "vers":        "https://www.dropbox.com/s/y8xixnt4yk5rfv6/version.xml?dl=1",
  "vers_2":      "https://www.dropbox.com/s/u9xmh1ot6rn7dl7/version2.xml?dl=1",

  "KaraokeCloud Date":             "https://www.dropbox.com/s/n2la6s29ru3h6tr/KaraokeCloud.json?dl=1",
  "KaraokeCloud":                  "https://www.dropbox.com/s/zd0k34vsr2t48sf/KaraokeCloud.zip?dl=1",

  "Party Tyme Downloads Date":     "https://www.dropbox.com/s/a7lxujvykkrhm3k/Party%20Tyme%20Downloads.json?dl=1",
  "Party Tyme Downloads":          "https://www.dropbox.com/s/pi4d4mo0qhj6b0b/Party%20Tyme%20Downloads.zip?dl=1",

  "Party Tyme Pro Streaming Date": "https://www.dropbox.com/s/mb6c8pfzwdd12bs/Party%20Tyme%20Pro%20Streaming.json?dl=1",
  "Party Tyme Pro Streaming":      "https://www.dropbox.com/s/41mtk8jg2ku0jza/Party%20Tyme%20Pro%20Streaming.zip?dl=1",

  "notify_64bit_availB": false
}
</downloads>