Ticket #130 (closed Enhancement: fixed)

Opened 7 months ago

Last modified 2 months ago

Skip "Season x" in Virtual Directory if only 1 season is present

Reported by: anonymous Assigned to:
Priority: normal Milestone:
Component: Browser Version: 1.0b5
Keywords: Cc:

Description

Have Sapphire check to see if there is more than one season of a television show and if there is only one season found, the Sapphire virtual directory will skip the "Season" level of the virtual directory tree and instead drill down directly to the episode list.

This appliance makes AppleTV worthwhile. Thanks.

Attachments

skip_single_dirs.diff (0.9 kB) - added by anonymous on 05/14/08 16:41:39.
skip_and_merge_names.diff (1.2 kB) - added by anonymous on 05/14/08 16:42:20.
skip_dir_and_name.diff (1.0 kB) - added by wazza on 05/27/08 13:07:35.

Change History

04/23/08 13:27:52 changed by anonymous

sounds good - patches welcome

05/14/08 16:41:39 changed by anonymous

  • attachment skip_single_dirs.diff added.

05/14/08 16:42:20 changed by anonymous

  • attachment skip_and_merge_names.diff added.

05/14/08 16:45:28 changed by wazza

two patches attached.

Both will skip single directories, the second adds concatenation of the titles. I thought that might make things easier for the user to see what's going on, but to be honest it gets lost if the title is too long. You end up with things like "Greys Anatomy, Sea...", which is no use. Still, I'll leave the choice to you guys.

05/27/08 13:07:35 changed by wazza

  • attachment skip_dir_and_name.diff added.

05/27/08 13:07:58 changed by wazza

added a better diff

05/27/08 19:12:53 changed by gbooker

You should know that with the metadata backend redesign, if you enter a TV virtual directory, it displays the seasons normally, but then immediately below them it then proceeds to list files. So, in the case of a single season, the single season dir is listed at the top of the list and all the files within that season are below it.

The patch to the browser should restrain itself either to the TV virtual directory, or check to make sure such a dir does not also contain files. For example, I commonly have movie directories where I place the subtitles in a Subs dir. This means that if I navigate to a file manually, most of my movies cannot be accessed, since they have a single subdir in the same dir as the movie itself. Also name should not get a release/retain since it isn't retained in the first place.

(follow-up: ↓ 6 ) 08/15/08 14:19:22 changed by gbooker

  • status changed from new to closed.
  • resolution set to fixed.

Closing in favor of above mentioned method.

(in reply to: ↑ 5 ; follow-ups: ↓ 7 ↓ 8 ) 08/18/08 03:14:28 changed by anonymous

Replying to gbooker:

Closing in favor of above mentioned method.

gbooker. I'm confused. When you say closed in favor of 'above mentioned method' do you mean your comment dated 5/27/08? If so how do I make the display as you've described? I enter the virt. dir. of a television show with a single season. You comment suggests it should show "Season 'x'" on top but then it should 'proceed to list files.' I have never seen that functionality nor can I find it mentioned in the documentation or a setting for Sapphire itself (unless I need to turn off 'Fast Directory Switching') Can you explain further?

Thanks

(in reply to: ↑ 6 ) 08/18/08 09:15:31 changed by gbooker

Replying to anonymous:

When you say closed in favor of 'above mentioned method' do you mean your comment dated 5/27/08? If so how do I make the display as you've described?

Yes

I have never seen that functionality nor can I find it mentioned in the documentation or a setting for Sapphire itself

I also said this in the same comment.

You should know that with the metadata backend redesign...

If you browsed the source, you could see quite clearly that there is a branch of the code, and it hasn't been released yet.

(in reply to: ↑ 6 ) 08/19/08 12:44:01 changed by anonymous

Replying to anonymous:

As always, thank you for your work on Sapphire as well as your patience and grace with your users.

Looking forward to next release.


Add/Change #130 (Skip "Season x" in Virtual Directory if only 1 season is present)