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.
cbgifford
Offline

Member

Posts: 189
Threads: 20
Joined: Aug 2014
#31
2014-12-07, 07:39 PM
mvallevand Wrote:I would have used the oid but tmrt used the filename so as I wrote I didn't change db logic, just changed it to use parameters. That is why I don't understand why you say it works differently

I assume \\DT01\Recordings is coming from your Files configuration for the source Location.

Martin

I appreciate you fixing it. I've also resolved my archive permissions problem. Are you going to contiue working on the FILES plugin? If you do, I would ask for one feature request. The ability to select multiple files or directories before moving them. That way you could move multiple series at one time. Say like mark them with the record button so it would work with any remote then move them using a for each type loop.

I'm an old VB programmer from before VB was VB and haven't programmed in C since my school days but since y'all are working in C#.NET, I could eventually figure things out.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#32
2014-12-07, 09:13 PM
cbgifford Wrote:I appreciate you fixing it. I've also resolved my archive permissions problem. Are you going to contiue working on the FILES plugin? If you do, I would ask for one feature request. The ability to select multiple files or directories before moving them. That way you could move multiple series at one time. Say like mark them with the record button so it would work with any remote then move them using a for each type loop.

I'm an old VB programmer from before VB was VB and haven't programmed in C since my school days but since y'all are working in C#.NET, I could eventually figure things out.

Yes I am going to work on it, I was considering adding tagging but I am starting with things that don't take skin changes, I hate skinning. I learned to program BASIC on a Commodore PET

Martin
cbgifford
Offline

Member

Posts: 189
Threads: 20
Joined: Aug 2014
#33
2014-12-07, 10:02 PM
mvallevand Wrote:Yes I am going to work on it, I was considering adding tagging but I am starting with things that don't take skin changes, I hate skinning. I learned to program BASIC on a Commodore PET

Martin

I started on Atari BASIC on an Atari 800 (rofl), we've been around for a while! I've never been great on visual design so I focused on the database programming aspect of things since the mid to late 80s so I am a good utilities programmer. I am happy to test anything you need tested.
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)


Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,633
Threads: 148
Joined: Mar 2006
#34
2014-12-07, 10:02 PM
mvallevand Wrote:Yes I am going to work on it, I was considering adding tagging but I am starting with things that don't take skin changes, I hate skinning. Martin

As I actually wrote the current default Files skin a while back I have no problem modifying it for your needs if that would help Martin, I assume you still have my email address??
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#35
2014-12-07, 11:14 PM
Yes thanks Jaggy you are too kind. There aren't many plugins as it is and I wonder how many there would be without your help? Maybe one of mine. Yes I still have your contact info.

Your mission should you decide to accept it:

1) I am looking at making the status box a little smarter. I don't see any reason in duplicating the filename and date in an area that is actually harder to read than the list. What I see would show

Matching Files: ### (In this example the count of the files match BB.S03E01.No Mas.* when filtering is on, for directories it is the folder info)
Size: #### GB
-----------------
Queued Files: ###
Size: #### GB

2) Change the colour when a file is tagged for moving, I'll populate an attribute.

3) New element on the file list to show that the file is in the database.

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,633
Threads: 148
Joined: Mar 2006
#36
2014-12-08, 10:18 AM
That all sounds quite straight forward to me & shouldn't be a problem..... but first I will have get familiar with the Files plugin again, it's been quite a while since I used it last..... (but I have recently been thinking about installing it on my production server anyway) & secondly try to get into a skinning frame of mind again before trying to tackle this one....
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#37
2014-12-08, 08:24 PM (This post was last modified: 2014-12-08, 08:33 PM by tmrt.)
cbgifford Wrote:I If you do, I would ask for one feature request. The ability to select multiple files or directories before moving them.

It has been implemented already, but probably not documented and tested. Could it be that I had not sent the latest version to mvallevand?
The one with the select function implemented has FilesPlugin.cs last modified on January 9, 2014.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#38
2014-12-08, 10:22 PM
tmrt Wrote:It has been implemented already, but probably not documented and tested. Could it be that I had not sent the latest version to mvallevand?
The one with the select function implemented has FilesPlugin.cs last modified on January 9, 2014.

Hi tmrt, he one you sent me is much older FilesPlugin.cs 2012-06-03

Martin
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#39
2014-12-08, 11:54 PM
mvallevand Wrote:Hi tmrt, he one you sent me is much older FilesPlugin.cs 2012-06-03

Martin

Sorry for the mistake. I have just sent you the latest. The selection mechanism and logic are pretty rudimentary. I got stuck at skins as well and then even forgotten to copy it from a laptop to my main computer.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#40
2014-12-09, 12:07 AM
Ok it still hasn't arrived, but I will watch for it. I'll diff it to what I've done and upload the merge here.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 2 3 4 5 6 … 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 8,913 2021-12-29, 04:30 AM
Last Post: samwiliams33
  Using R5000-HD with Network Recorder Plugin checkbin99 255 50,711 2021-08-24, 07:50 PM
Last Post: checkbin99
  how to configure RemoteRecorder Plugin to use remote NextPVR instance? bm_00 5 3,092 2020-10-06, 12:32 PM
Last Post: mvallevand
  IRSS and channel-changing batch files Len_Lekx 5 3,652 2018-07-18, 08:12 PM
Last Post: Len_Lekx
  Connecting NVPR to Emby Plugin NVPR Geek 0 1,341 2018-06-10, 12:32 AM
Last Post: NVPR Geek
  Help with batch file CDinger 4 3,522 2017-12-06, 04:34 AM
Last Post: CDinger
  YouTube Plugin whurlston 645 186,260 2017-11-25, 07:52 PM
Last Post: ga_mueller
  Removing commericals - tools to cut segments form h.264 files psycik 5 6,415 2017-08-23, 08:25 AM
Last Post: reven
  Newb here: Can someone help with a Plex Plugin issue? wepham 1 3,208 2017-02-07, 07:10 AM
Last Post: petenshari
  UpdateEPG Batch File for Using GuidePlus GWCowling323 1 3,175 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