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) v
« Previous 1 … 7 8 9 10 11 20 Next »
Files Plugin crashes when there is an ' in the file name.

 
  • 0 Vote(s) - 0 Average
Files Plugin crashes when there is an ' in the file name.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,178
Threads: 958
Joined: May 2006
#51
2014-12-12, 05:20 AM
Jaggy Wrote:I didn't see your edit until just now when I logged on to upload this draft skin, I will have a play around with my mouse (& look at that section of the skin) next time I get a chance to have a play...

I've run out of time right now but attached is my initial though on this lot of skin mods.... unfortunately to use them would need some code change your end... I have only edited the not selected element at this stage, if you could have a quick look that would be great

Thanks, the selected.png makes a lot of sense. I wonder if it should be green like NextPVR? I am mulling over the "Not in database" message since it looks busy on folders, and isn't totally true. I just noticed that tmrt has @title (Title:Subtitle) and @indb so I think displaying the name we are used to seeing in Recording in NextPVR (@title) might be good enough?

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,178
Threads: 958
Joined: May 2006
#52
2014-12-12, 05:26 AM
cbgifford Wrote:Ok, moved 8 and updated all accordingly but it immediately dies on one particular directory. It looks like it dieing one one that already exists, however when I select just the one directory, it comes back and tells me that it exists as I would expect, now I selected the last 6 again and off it goes just like it's supposed to. Intermittent random gremlins, Rolleyes

You are right it probably is something about testing for the files already exisiting in the dest folder. I now I just added special handling for tvshow.nfo and I know I didn't figure out whether to overright it or trash it.

Thanks for testing

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,638
Threads: 148
Joined: Mar 2006
#53
2014-12-12, 05:36 AM
mvallevand Wrote:Thanks, the selected.png makes a lot of sense. I wonder if it should be green like NextPVR?

I thought it may be rather confusing just showing the "watched flag" which was why I changed it's colour & add the "X's" to it.

Quote: I am mulling over the "Not in database" message since it looks busy on folders, and isn't totally true.

Which was what my comment about needing a code change your end was aimed at.... for it to work reasonably it would require an @item flag as well.

Quote: I just noticed that tmrt has @title (Title:Subtitle) and @indb so I think displaying the name we are used to seeing in Recording in NextPVR (@title) might be good enough? Martin

I'm not sure what you mean by this one???....sorry
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,178
Threads: 958
Joined: May 2006
#54
2014-12-12, 05:40 AM
Jaggy Wrote:I thought it may be rather confusing just showing the "watched flag" which was why I changed it's colour & add the "X's" to it.

Fair point


Quote:Which was what my comment about needing a code change your end was aimed at.... for it to work reasonably it would require an @item flag as well.

Sorry what do you want a count of files ? or if filtered items?


Quote:I'm not sure what you mean by this one???....sorry

I just down the backend but have a look with this change

<Text visible="@indb" text="@title" location="3.5,55" size="46,40" font="DefaultSmall" />
<!--Text visible="@notindb" text="Not Located in Database" location="3.5,55" size="46,40" font="DefaultSmall" /-->

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,638
Threads: 148
Joined: Mar 2006
#55
2014-12-12, 10:32 AM
mvallevand Wrote:Sorry what do you want a count of files ? or if filtered items?

I think we are talking at cross purposes on this one..... I was trying to suggest for the visible="@notindb" text="Not Located in Database" to work properly it would really need to be visible="@isItem+@notindb" text="Not Located in Database" so that text only showed on the items & didn't show up on the folders

Quote: <Text visible="@indb" text="@title" location="3.5,55" size="46,40" font="DefaultSmall" />

I'm not sure that makes it all that obvious that it's in the database (especially for someone starting out)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,178
Threads: 958
Joined: May 2006
#56
2014-12-12, 12:36 PM
Jaggy Wrote:I think we are talking at cross purposes on this one..... I was trying to suggest for the visible="@notindb" text="Not Located in Database" to work properly it would really need to be visible="@isItem+@notindb" text="Not Located in Database" so that text only showed on the items & didn't show up on the folders

Ok, I have to think about this, I understand for folders but when filtering is off there are a lot of filename.ext that

Quote:I'm not sure that makes it all that obvious that it's in the database (especially for someone starting out)

True, although this isn't a new user plugin, it is for someone with a bigger collections of recording that they want to move between drives and they want to maintain db integrity. I have been thinking that it is pretty hard to tell which of Old_Recording_20120807_09001000.ts and Old_Recording_20120709_09001000.ts that I want to archive and I don't want to play them to figure it out.

After our selected.png discussion it made me realize that I do want a watched indicator as I want to manage watched files and these files don't have to be in the db to be watched. I am also adding a Delete as it kills two birds with one stone (if that is politically correct in your business!) and for this the more metadata including the colours may be better.

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,638
Threads: 148
Joined: Mar 2006
#57
2014-12-12, 07:12 PM
Just as a thought - reversing thing how about this to show their in the database?? (not perfect especially for long name ones but???)

Code:
    <Element name="ListItemNormal" location="27.77,15.55" size="69.26,9.52" alpha="255" alphaFade="true">
        <RoundedRect location="0.15,0.15" size="99.7,98.45" fillColor="Normal_Recording" borderColor="Accent1" radius="0.77" borderWidth="0.15"/>

        <Text visible="!@indb" text="@shortname" location="3.5,10" size="94.5,40" font="Title1" align="Left" valign="Center"/>
        <Text visible="@indb" text="@title" location="3.5,10" size="94.5,40" font="Title1" align="Left" valign="Center"/>
        <Text visible="@indb" text="@shortname" location="3.5,55" size="63,40" font="DefaultSmall" />

        <Text text="@modtime" location="68,55" size="31,40" font="DefaultSmall" align="Right" valign="Center"/>

        <Image source="selected.png" visible="@selected" location="1,5" size="2.1,90"/>
        <Text visible="@selected" text="X" location="1,10" size="2,40" font="DefaultReverseSmall"/>
        <Text visible="@selected" text="X" location="1,55" size="2,40" font="DefaultReverseSmall"/>
    </Element>
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,178
Threads: 958
Joined: May 2006
#58
2014-12-12, 11:52 PM
Jaggy that does highlight the difference but I want to leave as much as possible to show the full filename, especially when I have -0.ts -0-0.ts files that will have the same title. One the second line there is also the need to show failure reason somewhere.

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,638
Threads: 148
Joined: Mar 2006
#59
2014-12-13, 12:03 AM
I never said I was actually happy with it Wink but it was the best I could come up with using what was there..... BTW I now remember showing the -0.ts etc was why I also displayed the name in the meta data as it will display longer names than in the list...

I think it's probably best at this stage if you just carry on with your modes & when you have them all done I will have a look at the skin with everything in it & see what I can do.
cbgifford
Offline

Member

Posts: 189
Threads: 20
Joined: Aug 2014
#60
2014-12-13, 07:23 AM
mvallevand Wrote:You are right it probably is something about testing for the files already exisiting in the dest folder. I now I just added special handling for tvshow.nfo and I know I didn't figure out whether to overright it or trash it.

Thanks for testing

Martin

You are more than welcome, this is a boon for me and I'm happy to test it. I will be using it quite extensively. I record a lot of stuff I'll probably never have the time to watch but it's nice to have the choice to choose from a huge video library. Thank YOU!
Chris


Server - Intel Core I3-3210 @ 3.40GHz - 8 GB RAM - Windows 10.0 Pro - Total Storage - 5.4 TB
Two Silicondust HD Prime CC capture, 6 tuners total
Client - Intel Core I3-3210 @3.2GHz - 4GB Ram - Windows 7.0 Pro
Client - Intel Core I3-3210 @2.9GHz - 4GB Ram - Windows 10.0 Pro
NAS - Intel Core I3-3220T @ 2.8GHz - 4GB RAM - Windows 10.0 Pro (Total Storage - 25 TB)


« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 … 4 5 6 7 8 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextImport and side-by-side .ts and .mp4 files BrettB 36 9,078 2021-12-29, 04:30 AM
Last Post: samwiliams33
  Using R5000-HD with Network Recorder Plugin checkbin99 255 51,858 2021-08-24, 07:50 PM
Last Post: checkbin99
  how to configure RemoteRecorder Plugin to use remote NextPVR instance? bm_00 5 3,127 2020-10-06, 12:32 PM
Last Post: mvallevand
  IRSS and channel-changing batch files Len_Lekx 5 3,698 2018-07-18, 08:12 PM
Last Post: Len_Lekx
  Connecting NVPR to Emby Plugin NVPR Geek 0 1,358 2018-06-10, 12:32 AM
Last Post: NVPR Geek
  Help with batch file CDinger 4 3,569 2017-12-06, 04:34 AM
Last Post: CDinger
  YouTube Plugin whurlston 645 188,966 2017-11-25, 07:52 PM
Last Post: ga_mueller
  Removing commericals - tools to cut segments form h.264 files psycik 5 6,458 2017-08-23, 08:25 AM
Last Post: reven
  Newb here: Can someone help with a Plex Plugin issue? wepham 1 3,229 2017-02-07, 07:10 AM
Last Post: petenshari
  UpdateEPG Batch File for Using GuidePlus GWCowling323 1 3,192 2016-10-07, 10:49 AM
Last Post: Graham

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

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

Linear Mode
Threaded Mode