INTERACT FORUM

Please login or register.

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

Author Topic: Transferring from Media Browser  (Read 863 times)

spiggytopes

  • World Citizen
  • ***
  • Posts: 211
Transferring from Media Browser
« on: October 14, 2013, 09:37:23 am »

Hi All,

I'd like to make the jump from Media Browser 2.x to JR 19.

As painlessly as possible!

I have my vids in folders on a NAS:

Films
Films DVD
TV
TV DVD
Children ... etc.

When I open Theatre View, I'd like to see:

Films -- TV -- Children -- etc spanning the screen

like the folders, but with DVDs amalgamated with the other non-DVD material.

What I have so far:

I can sort the above folders using the "Filename (path)" field, so I can see F:\ for Films, but how do I tag the files to get them to appear in a folder "Films" in Theatre view?


Cheers.

Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Transferring from Media Browser
« Reply #1 on: October 14, 2013, 12:16:48 pm »

You haven't shown the full paths, so I can only give you the idea of how to solve the problem.

Use Filename (path), or FileFolder(,x) where x is the correct level, and wrap it with Replace(y, / DVD,) to remove the " DVD" segment so that the Films and Films DVD, etc. will group together.
Logged
The opinions I express represent my own folly.

spiggytopes

  • World Citizen
  • ***
  • Posts: 211
Re: Transferring from Media Browser
« Reply #2 on: October 14, 2013, 10:26:57 pm »

Thanks for the prompt reply.

The paths are:

F:\   Films
G:\   Films DVD

T:\   TV
U:\   TV DVD

K:\    Children

H:\   History


Cheers.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Transferring from Media Browser
« Reply #3 on: October 14, 2013, 10:42:33 pm »

Try using:

   removeleft(replace([Filename (path)], / DVD,), 3)
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up