INTERACT FORUM

Please login or register.

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

Author Topic: Handheld options: need a specific path for podcasts  (Read 857 times)

Mithrandir

  • Recent member
  • *
  • Posts: 40
Handheld options: need a specific path for podcasts
« on: December 07, 2012, 07:01:26 pm »

Hello,

Just got my Galaxy Note 2 and it is great.  Even better, I am done with iTunes. 

I am having an issue with the various android audio players auto bookmarking my podcasts.  Some research indicates that perhaps for this to work my podcasts need to reside in a specific podcast folder on the sd card.  I checked the Handheld options dialog and it offers specific file path options for just about everything but podcasts.  Any chance this could be added?

Thanks,
M
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Handheld options: need a specific path for podcasts
« Reply #1 on: December 07, 2012, 07:50:04 pm »

Try using an expression under the Audio file path.

   if(isequal([Media Sub Type], Podcast), YourPodCastDir, YourCurrentAudioDir)

replacing each of YourPodCastDir and YourCurrentAudioDir with your choice of paths.
Logged
The opinions I express represent my own folly.

Mithrandir

  • Recent member
  • *
  • Posts: 40
Re: Handheld options: need a specific path for podcasts
« Reply #2 on: December 08, 2012, 07:54:40 am »

Hello and thanks.

I tried this:  if(isequal([Media Sub Type], Podcast), Podcasts\[Artist],Music\[Artist]\[Album] )\

At synch the podcasts just ended up on what I would guess is the root of the extsd card.  They were not in a folder as were the Playlists and Music. 

What am I missing?

Thanks again.

M
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Handheld options: need a specific path for podcasts
« Reply #3 on: December 08, 2012, 11:50:16 am »

It works for me here using a virtual handheld (a folder), so if it isn't working there, I can think of two reasons:

   1) MC is doing a conversion and the converted media doesn't have the Media Sub Type tag (so the rule doesn't trigger)
   2) MC has your particular device hardcoded to place Podcasts in a certain directory
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up