pyTivo Discussion Forum Forum Index pyTivo Discussion Forum
Answers and the development of pyTivo a TiVo transcoding server
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Sorting
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    pyTivo Discussion Forum Forum Index -> pyTivo
 View previous topic :: View next topic  
Author Message
choekstr



Joined: 06 Dec 2008
Posts: 144

PostPosted: Tue Jan 06, 2009 12:35 am    Post subject: Reply with quote

Any chance this could make it into the recent builds? I have reached the point where I have grown tired of helping people merge this in to the builds and found myself saying more than once "It will be in soon so we don't have to modify this each and every time". Wink

Thanks in advance,
Chris
Back to top
View user's profile Send private message
MasterCephus



Joined: 05 Jan 2008
Posts: 195
Location: Hueytown, AL

PostPosted: Tue Jan 06, 2009 2:22 pm    Post subject: Reply with quote

I have to ask because of my lack of knowledge (pretty sure I know the answer already), but is the sorting an overall feature, or can you chose per folder?

For instance, if I want my TV shows by date and I want movies by alphabet, is that possible? I don't think it is, but wouldn't hurt to ask.

_________________
MetaGenerator
pyTivo Manager
Back to top
View user's profile Send private message
choekstr



Joined: 06 Dec 2008
Posts: 144

PostPosted: Tue Jan 06, 2009 2:35 pm    Post subject: Reply with quote

From what I noticed it is global and not a per folder setting. Easy to switch with hitting the "1" though.
Back to top
View user's profile Send private message
danimal4326



Joined: 14 Apr 2008
Posts: 38

PostPosted: Wed Jan 07, 2009 12:20 am    Post subject: Reply with quote

I tried the patch and it works nicely..
Now when i get a new movie its easy to find instead of paging down a bunch of times.


-D
Back to top
View user's profile Send private message
choekstr



Joined: 06 Dec 2008
Posts: 144

PostPosted: Wed Jan 07, 2009 1:15 am    Post subject: Reply with quote

And that my friend is what it is all about. Wink
Back to top
View user's profile Send private message
wmcbrine



Joined: 04 Jan 2008
Posts: 1226

PostPosted: Wed Jan 07, 2009 6:06 am    Post subject: Reply with quote

choekstr wrote:
Any chance this could make it into the recent builds?

OK, it's in mine now.

_________________
My pyTivo fork
Back to top
View user's profile Send private message
wmcbrine



Joined: 04 Jan 2008
Posts: 1226

PostPosted: Wed Jan 07, 2009 8:05 am    Post subject: Reply with quote

Hmm, here's a problem: It only works on the top level of a share. After the patch, subfolders are always date-sorted (because that's how the TiVo requests them), and don't respond to the "1" key (the option doesn't even appear on the screen).
_________________
My pyTivo fork
Back to top
View user's profile Send private message
choekstr



Joined: 06 Dec 2008
Posts: 144

PostPosted: Sun Jan 11, 2009 12:01 am    Post subject: Reply with quote

oh that sucks! What are they thinking? At least it works in the root folder which is primarily where I care but it would be nice if they added this feature for subdirs.

Awesome addition, thanks a ton for this!

BTW, the next logical step is to have date sorting on music even though they support by name and by type (hotkey "2"). IMO I don't ever care to sort by type since all my music is .mp3 only. However, having the most recently added new songs at the top, for the same reasons we like it for movies, would be another nice tweak.

I will have to dig in and try to find where the music section is and see if I can muster up enough python to do some testing unless someone else more versed wants to take a crack at it.

Thanks again and great work on all the new tweaks and additions going into the git versions.

--
Chris
Back to top
View user's profile Send private message
wmcbrine



Joined: 04 Jan 2008
Posts: 1226

PostPosted: Sun Jan 11, 2009 1:10 am    Post subject: Reply with quote

choekstr wrote:
oh that sucks! What are they thinking?

The design is all relative to TiVos, which themselves do only a single level of folders, and to TiVo Desktop, which doesn't do any. We were lucky they ever fixed the hack83 bug, really, since they were unaffected by it themselves.

Still, you'd think they'd allow by-name sorting within that one level of folders. But on a TiVo, they'd most often be episodes of the same series -- and why would you want to watch those out of order? Smile I guess that's their thinking.

Quote:
BTW, the next logical step is to have date sorting on music even though they support by name and by type (hotkey "2").

My goal in adopting this was to support the expected HMO modes intended by TiVo. The music player never requests sorting by date, and has no mechanism to select it. So, I lack enthusiasm for the idea.

_________________
My pyTivo fork
Back to top
View user's profile Send private message
ebf



Joined: 22 Mar 2008
Posts: 123

PostPosted: Tue Jan 27, 2009 2:36 am    Post subject: Would you consider? Reply with quote

I see this has made it into the recent forks. I prefer the original method of sorting Shares alphabetically. Would you all consider adding a flag in the plugin.py to allow us to choose between the two methods? Just a little user set config like:
Code:
user sort_method choice = date

     if sort_method = alpha
          sort alpha way...
     if sort_method = date
          sort date way...

I do not know how to do this myself. What do you programmers think?
Back to top
View user's profile Send private message
choekstr



Joined: 06 Dec 2008
Posts: 144

PostPosted: Tue Jan 27, 2009 4:41 am    Post subject: Reply with quote

I don't understand your question? The addition allows for either date or alpha sorting by choosing the sorting method on the Tivo. The "Enter" menu allows this change or the hotkey "1".

The beauty of this solution is that there IS support for both and it is built into the Tivo interface and doesn't have to be chosen in the config file.
Back to top
View user's profile Send private message
ebf



Joined: 22 Mar 2008
Posts: 123

PostPosted: Tue Jan 27, 2009 5:04 am    Post subject: Reply with quote

choekstr wrote:
I don't understand your question? The addition allows for either date or alpha sorting by choosing the sorting method on the Tivo. The "Enter" menu allows this change or the hotkey "1".

The beauty of this solution is that there IS support for both and it is built into the Tivo interface and doesn't have to be chosen in the config file.

True. I should have commented on that in my previous post. I keep my main NPL sorted by date recorded. With this change, I find it annoying to have to switch to alpha when I drop into Shares and switch again when I go back to the NPL.
Back to top
View user's profile Send private message
wmcbrine



Joined: 04 Jan 2008
Posts: 1226

PostPosted: Tue Jan 27, 2009 5:27 am    Post subject: Reply with quote

It annoys you to press one key?
_________________
My pyTivo fork
Back to top
View user's profile Send private message
ebf



Joined: 22 Mar 2008
Posts: 123

PostPosted: Tue Jan 27, 2009 5:33 am    Post subject: Reply with quote

wmcbrine wrote:
It annoys you to press one key?

It's not one key! It's one key-- TWICE!! Razz

I guess it is a matter of personal preference. I keep NPL sorted by date as I never know what will be there-- TiVo presents me with new stuff all of the time, so by date works better. Whereas, *I* put all the stuff in neat, organized folders in my pyTiVo Shares. When I browse Shares, I know what I want, so alpha works better. I'll live, as long as I can continue to manually "downgrade" to the old style. But it seems, from a non-programmer's point of view, that it would be an easy option to add.
Back to top
View user's profile Send private message
wgw



Joined: 06 Jan 2008
Posts: 284

PostPosted: Tue Jan 27, 2009 11:21 am    Post subject: Reply with quote

I find it annoying too. But more importantly, when I go to a subfolder, it does not retain my sort by name setting. The sort is all out of wack in the subfolders. Seems to be totally random.
_________________
Download pyTivo
my pyTivo branch
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    pyTivo Discussion Forum Forum Index -> pyTivo All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 2 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Site is in NO WAY affiliated with TiVo Inc

Powered by phpBB © 2001, 2005 phpBB Group
phpBB SEO

Get pytivo at SourceForge.net. Fast, secure and Free Open Source software downloads
[ Time: 0.1114s ][ Queries: 12 (0.0068s) ][ Debug on ]