INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: 32,000|PLS| File Limit  (Read 2096 times)

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
32,000|PLS| File Limit
« on: July 27, 2002, 09:12:53 am »

So Is There A Fix For The 32,000|PLS| File Limit When Working With The SDK?
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
RE:32,000|PLS| File Limit
« Reply #1 on: July 28, 2002, 06:43:22 am »

By The Way Album View From RhinoBanga Crashes Also With More Than 32,000|PLS| Files.

It Seems MJ Does Not Like To Be It Seems MJ Does Not Like To Be Probed With A High Number.
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:32,000|PLS| File Limit
« Reply #2 on: July 29, 2002, 08:51:19 am »

KingSparta,

I'm not aware of any limitations.  Can you explain in more details what is happening?

Nikolay
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
RE:32,000|PLS| File Limit
« Reply #3 on: July 29, 2002, 09:00:28 am »

>> I Have Noticed That The SDK With The Recent Ver Of MJ Gives A
>> Error #6 Run Time Error, Overflow. When You Click On
>> "play 10 Random Tracks"
This Is When you Have More Than 32,768 Files In The MJ File List

I Started With A Fresh Install Of MJ (New Folder) Imported All My Files 131,000|PLS|

Error #6 Run Time Error, Overflow.

I Reduced The Files In The List Under 65,536

Error #6 Run Time Error, Overflow.

I Reduced The Files In The List Under 32,768

It Works.
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:32,000|PLS| File Limit
« Reply #4 on: July 29, 2002, 09:26:04 am »

Got it. I'll take a look.

Nikolay
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41969
  • Shoes gone again!
RE:32,000|PLS| File Limit
« Reply #5 on: July 30, 2002, 09:50:54 am »

Just a guess, but it may have to do with us using int instead of long in the SDK sample.

We're used to C|PLS||PLS| where an int is 32-bits.  VB's int is 16 bits though, which could explain the problems once it crosses the signed 16-bit threshold of 32767.
Logged
Matt Ashland, JRiver Media Center

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
RE:32,000|PLS| File Limit
« Reply #6 on: July 30, 2002, 11:32:58 am »

Ok, I Will Look Into That.
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:32,000|PLS| File Limit
« Reply #7 on: July 30, 2002, 12:39:01 pm »

Matt,

I never use int's ... only longs ... far more efficient.


KingSparta if you get 5 mins can you switch on AV tracing to locate the area of code that it's going down in.
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
RE:32,000|PLS| File Limit
« Reply #8 on: July 30, 2002, 04:18:24 pm »

Good Deal, That Worked.

I Just Did A Search And Replace the SDK To Long And No Problems After 80,000|PLS| Mp3's

Nice Learning Curve, I Would Never Have Thought Of That Since I Did Not Know that Was Limited To 32,768.
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA
Pages: [1]   Go Up