INTERACT FORUM

Please login or register.

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

Author Topic: Need help setting folders up correctly  (Read 9808 times)

Datman

  • World Citizen
  • ***
  • Posts: 111
Re: Need help setting folders up correctly
« Reply #50 on: August 31, 2014, 11:19:52 pm »

I guess if thats what you call it. Yea everyone has a MC file.

I really want to thank you for stick with me on this. We didn't get exactly what we wanted but I have a better idea of how it works now. I'm happy with the library arangement I have now.
Logged

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: Need help setting folders up correctly
« Reply #51 on: August 31, 2014, 11:24:59 pm »

Cool beans!!!

I know it is not perfect for you, but I hope you have a better understanding of what the program is capable of. For myself ISOs and images are a tricky bunch. For me a single click of the mouse and the movie plays with incredible audio and visual is what I am after and MC foots that bill.

You will find that the enthusiasm of the regular community here on the forum is second to none... That is, for me, what makes this program so special. There is not a day that goes bt that MC is not used.

Good Night...

Ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Need help setting folders up correctly
« Reply #52 on: September 01, 2014, 05:43:17 am »

You are making this all far too difficult.
There is no need for custom fields, or custom tagging.
 
  • Add a new view.
  • Set rules for file display.


  
If you do want a custom field which assigns a type to your files:

Code: [Select]
If(IsRange(Math([File Size,0]/1073741824), 0-9), DVD,
If(IsRange(Math([File Size,0]/1073741824), 9-25), BD25,
If(IsRange(Math([File Size,0]/1073741824), 25-50), BD50,
Other)))
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71410
  • Where did I put my teeth?
Re: Need help setting folders up correctly
« Reply #53 on: September 01, 2014, 07:39:36 am »

Well done, Ken!  Thank you!
Logged
Pages: 1 [2]   Go Up