|
| Author |
Message |
choekstr

Joined: 06 Dec 2008 Posts: 144
|
Posted: Tue Jan 06, 2009 12:35 am Post subject: |
|
|
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".
Thanks in advance,
Chris |
|
| Back to top |
|
 |
MasterCephus

Joined: 05 Jan 2008 Posts: 195 Location: Hueytown, AL
|
Posted: Tue Jan 06, 2009 2:22 pm Post subject: |
|
|
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 |
|
 |
choekstr

Joined: 06 Dec 2008 Posts: 144
|
Posted: Tue Jan 06, 2009 2:35 pm Post subject: |
|
|
| From what I noticed it is global and not a per folder setting. Easy to switch with hitting the "1" though. |
|
| Back to top |
|
 |
danimal4326
Joined: 14 Apr 2008 Posts: 38
|
Posted: Wed Jan 07, 2009 12:20 am Post subject: |
|
|
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 |
|
 |
choekstr

Joined: 06 Dec 2008 Posts: 144
|
Posted: Wed Jan 07, 2009 1:15 am Post subject: |
|
|
And that my friend is what it is all about.  |
|
| Back to top |
|
 |
wmcbrine

Joined: 04 Jan 2008 Posts: 1226
|
Posted: Wed Jan 07, 2009 6:06 am Post subject: |
|
|
| choekstr wrote: | Any chance this could make it into the recent builds? |
OK, it's in mine now. _________________ My pyTivo fork |
|
| Back to top |
|
 |
wmcbrine

Joined: 04 Jan 2008 Posts: 1226
|
Posted: Wed Jan 07, 2009 8:05 am Post subject: |
|
|
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 |
|
 |
choekstr

Joined: 06 Dec 2008 Posts: 144
|
Posted: Sun Jan 11, 2009 12:01 am Post subject: |
|
|
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 |
|
 |
wmcbrine

Joined: 04 Jan 2008 Posts: 1226
|
Posted: Sun Jan 11, 2009 1:10 am Post subject: |
|
|
| 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? 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 |
|
 |
ebf
Joined: 22 Mar 2008 Posts: 123
|
Posted: Tue Jan 27, 2009 2:36 am Post subject: Would you consider? |
|
|
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 |
|
 |
choekstr

Joined: 06 Dec 2008 Posts: 144
|
Posted: Tue Jan 27, 2009 4:41 am Post subject: |
|
|
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 |
|
 |
ebf
Joined: 22 Mar 2008 Posts: 123
|
Posted: Tue Jan 27, 2009 5:04 am Post subject: |
|
|
| 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 |
|
 |
wmcbrine

Joined: 04 Jan 2008 Posts: 1226
|
Posted: Tue Jan 27, 2009 5:27 am Post subject: |
|
|
It annoys you to press one key? _________________ My pyTivo fork |
|
| Back to top |
|
 |
ebf
Joined: 22 Mar 2008 Posts: 123
|
|
| Back to top |
|
 |
wgw
Joined: 06 Jan 2008 Posts: 284
|
Posted: Tue Jan 27, 2009 11:21 am Post subject: |
|
|
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 |
|
 |
|