INTERACT FORUM

Please login or register.

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

Author Topic: Auto-Import - Same folder, different rules  (Read 725 times)

GrantDG

  • World Citizen
  • ***
  • Posts: 199
Auto-Import - Same folder, different rules
« on: January 17, 2014, 05:58:51 pm »

I have a folder on my drive which stores photos and videos taken by myself (basically all imported from my phone/camera).

I'd like to configure auto import as follows:
Folder: P:\
Type: Images

-and-

Folder: P:\
Type: Videos
Apply tag: Media Sub Type = Home Videos

If I set this up as above, and do a "Finish" on the auto-import dialog, the videos are not imported - and going back to the dialog, the second set-up is gone.

I'm assuming that the import cannot deal with two rules processing the same folder.

Does anyone know of a work around?

Logged
Looking to control J River Media Center from your Windows Phone?: Look for nMedium & nMedium Play in the WP store

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Auto-Import - Same folder, different rules
« Reply #1 on: January 17, 2014, 08:25:46 pm »

Use rules that contain expressions that test the Media Type:

ifelse(
   isequal([Media Type], Audio), do audio stuff here,
   isequal([Media Tyipe], Video), do video stuff here
)
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up