NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) XSuite (Xrecord, XSearch, XGuide, CDK Scheduler) v
1 2 3 4 Next »
Xrecord request SORT and VIEW

 
  • 0 Vote(s) - 0 Average
Xrecord request SORT and VIEW
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2009-02-22, 12:40 AM
Hi fla

Two wee requests?

1. Sort - it seems to sort by date ascending or descneding only. Any chance of adding a filename sort?
2. View - I'd like very much to see an exteneded view of the show name, I have 75 episodes of one series, and had to rename them to a very short name to see the difference between them. Attached a pic of the renamed version, but with a long filename they appear all as identical names... so I have to enter each one to see what it is called.

Thanks!

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
fla
Offline

Posting Freak

Posts: 876
Threads: 45
Joined: Mar 2006
#2
2009-02-23, 04:05 AM
I added the sort thing to my list. Actually the only thing on my list was to fix the crash reading bad .dat files.

For the view thing, have you tried the mixed mode view? In the stop menu you can set/clear mixed mode for a series. You can also make this mode the default in the config app's plugin settings tab for XRecord. In mixed mode you see more info about the episode so that might help.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#3
2009-02-23, 02:20 PM
fla Wrote:I added the sort thing to my list. .
Ta!

fla Wrote:For the view thing, have you tried the mixed mode view? In the stop menu you can set/clear mixed mode for a series. You can also make this mode the default in the config app's plugin settings tab for XRecord. In mixed mode you see more info about the episode so that might help.
For some reason setting the default in the Config for Plugins didn't work (new shows only?) but I got it to change using the Ctrl-S Function thing.

Unfortunately it doesn't quite do what I was after, still truncating the show name. I quite like the skinny list in the previous posts, I would just like it to wrap the lines a bit?

Is there a reason why the title is duplicated? I have a directory with the series name, but the files do not repeat the show name :confused:

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
Gedanken
Offline

Member

Posts: 70
Threads: 11
Joined: Nov 2005
#4
2009-02-24, 02:26 AM
The text after the "-" in the mixed view or in parenthesis in the short view is subtitle. I'd guess that whatever you used to import those files set the subtitle to be '<title> - <subtitle>' which is causing the title to be displayed twice.
fla
Offline

Posting Freak

Posts: 876
Threads: 45
Joined: Mar 2006
#5
2009-02-24, 04:07 AM
In xrecord skin.xml's NormalShowName, SelectedShowName you could play with the size of the @Title items and make them taller than the 20 pixels (like 35-40?) so the text scrolls to a second line but @SubTitle, @Time would have to be removed/moved since they are currently on the second line.

The @Title string displayed by XRecord is a concatenation of the title and subtitle as returned by Programme.getTitle() Programme.getSubTitle() which are in gbpvr code not xrecord code.

As Gedanken suggests, you seem to have imported these shows in a way where the subtitle includes the title. Perhaps if the shows were imported with the subtitle only including the subtitle you would see what you want.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#6
2009-02-24, 12:25 PM
Thanks Gedanken, one mystery solved I think. I use MPEGImport, presumably if I leave out show name I will just see it once, as the Folder name?

Thanks to you too fla, I'll have a wee play around with that menu skin.
k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2009-04-26, 04:07 AM
fla Wrote:I added the sort thing to my list. Actually the only thing on my list was to fix the crash reading bad .dat files.

Hi fla,

Just wondering if you'd found a bit of time for the sort thing .. ?

Cheers

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
fla
Offline

Posting Freak

Posts: 876
Threads: 45
Joined: Mar 2006
#8
2009-04-26, 06:22 AM
It's at the top of my list. Did the PgUp/PgDn thing first because it was only a couple lines of code. Good idea to refresh my memory though. Smile
fla
Offline

Posting Freak

Posts: 876
Threads: 45
Joined: Mar 2006
#9
2009-05-04, 05:17 AM
I uploaded a new version. If you press the yellow button (Ctrl-Y) in the list of episodes for a given show in the ready or pending screens, it will toggle between date and filename sorting. It used to only have date sorting. The green (Ctrl-G) button reverses the sort order.

The behavior of the Green and Yellow buttons in the list of shows (with the posters) should be unchanged.

This is a beta version so please report any issues. Good luck...
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#10
2009-05-04, 07:00 AM
Thanks fla will try tonight and let you know how I get on.

cheers, really appreciate this.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  XRECORD for NPVR? jksmurf 15 19,500 2011-04-26, 11:12 PM
Last Post: isgdre
  Request for Xrecord - Multiple-Show Single-Action Archive? jksmurf 5 6,309 2010-03-28, 02:38 PM
Last Post: fla
  Xrecord doesn't comskip in Videos or Movies Screens? jksmurf 2 5,652 2010-02-21, 05:21 AM
Last Post: jksmurf
  XRecord - Watched too much? isgdre 3 5,843 2009-11-29, 03:58 AM
Last Post: isgdre
  XRecord-Fonts and password protection dshoup 39 26,203 2009-09-24, 12:12 PM
Last Post: dshoup
  XRecord - and Max Recordings to Keep? pmularien 5 6,735 2009-09-09, 04:05 AM
Last Post: KingArgyle
  Xrecord jumping up a level on wake from Screenaver? jksmurf 6 7,216 2009-07-18, 12:00 AM
Last Post: jksmurf
  XRecord skinning-images & aspect ratio dshoup 6 7,504 2009-04-19, 12:08 PM
Last Post: dshoup
  QAM scheduling questions with Xrecord arkennedy75 1 5,476 2009-04-15, 12:46 PM
Last Post: fla
  XRecord not working on MVP fhmanas 3 6,490 2009-03-12, 04:59 AM
Last Post: fla

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode