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: comma must be "full width comma", like this ",", cuz the JSON parser will choke on a quoted comma. Quotes must be curly quotes.
Notes: comma must be "full width comma"like this ",", cuz the JSON parser will choke on a quoted comma. Quotes must be curly quotes.
<pre>
<pre>
<downloads>
<downloads>
{
{
   "whats_new": "The 64Bit Alpha version is ready for testing! Click “Details” for more info!
   "whats_new": "The 64Bit Alpha version is ready for testing! Click “Details” for more info!
________________________________________________
b57
• Windows 64bit: now has installer
• Mac 64bit: when auto updating,it will again open the disk image for you
• no longer crash during “compressing backup” when quitting
• when auto updating,the update lands in your Downloads folder
• no longer crash on quit (when deleting a thread queue)
________________________________________________
________________________________________________
b56
b56
Line 16: Line 23:
b53
b53
• fixed the error about “unable to get size of download”,but you need to go to the web site to get it,because the auto updater will fail,because it can't get the size of the download,lol,chicken vs. egg.
• fixed the error about “unable to get size of download”,but you need to go to the web site to get it,because the auto updater will fail,because it can't get the size of the download,lol,chicken vs. egg.
________________________________________________
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!!)
,
,
   "mac_2_64":    "https://www.dropbox.com/s/dl/3x2zsui1iwxhh1q/kJams2_x64.dmg?dl=1",
   "mac_2_64":    "https://www.dropbox.com/s/dl/3x2zsui1iwxhh1q/kJams2_x64.dmg?dl=1",

Revision as of 05:14, 6 April 2022

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

<downloads>
{
  "whats_new": "The 64Bit Alpha version is ready for testing! Click “Details” for more info!
________________________________________________
b57
• Windows 64bit: now has installer
• Mac 64bit: when auto updating,it will again open the disk image for you
• no longer crash during “compressing backup” when quitting
• when auto updating,the update lands in your Downloads folder
• no longer crash on quit (when deleting a thread queue)
________________________________________________
b56
• FIXED ability to launch on mac
• you can now burn Singer playlists (you were always meant to be able to,i guess i just never turned it on)
________________________________________________
b55
• FIXED the assert-crash about "CFileRefMgr"
• FIXED The ”playlist entries turn into dashes” bug!!!! OMG!!!
• if you drag a playlist file from a cloned library into your “Playlists” folder (in the file system),it will work
________________________________________________
b53
• fixed the error about “unable to get size of download”,but you need to go to the web site to get it,because the auto updater will fail,because it can't get the size of the download,lol,chicken vs. egg.
,
  "mac_2_64":    "https://www.dropbox.com/s/dl/3x2zsui1iwxhh1q/kJams2_x64.dmg?dl=1",
  "win_2_64":    "https://www.dropbox.com/s/dl/gkjxfufkka9gndk/kJams2Win_x64.exe?dl=1",
  "mac_2":       "https://www.dropbox.com/s/dl/vifnn4ri324ljo4/kJams2.dmg?dl=1",
  "win_2":       "https://www.dropbox.com/s/dl/lpato306gwevve1/kJams2Win.exe?dl=1",

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

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

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

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

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

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

  "notify_64bit_availB": false
}
</downloads>