NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 71 72 73 74 75 … 93 Next »
Videos split in two, what filenames do people use?

 
  • 0 Vote(s) - 0 Average
Videos split in two, what filenames do people use?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#1
2005-05-17, 03:39 AM
im adding "Stacking" to my videos (ie allows you to just play "Batman Disc 1" and once its finished, if "Batman Disc 2" is found it will play that etc), but i dont know how people name their files, im currently doing it based on the display name in my videos (the name you see, so if you look up a two part episode on tvtome most of the time is like "Pilot (1)" and "Pilot (2)"). also what type of stacking do you guys want, so far im going to try and get these working
- off (well thats easy Smile)
- simple (same movie split up , eg "Pilot (1)" "Pilot (2)")
- series ("Justice League 1x01" - "Justice League 1x23" ie plays everything with the same title, starting from the selected file not the first file, so can start from "Justice league 1x20" - "1x23").

ill do the trailers start etc later, i just want to get this going now.
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#2
2005-05-17, 02:53 PM
Anyone using "renamerecording", get's the episode name from the epg (usually zap2it).
Couldn't you use the same basis for stacking?
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#3
2005-05-17, 08:55 PM
what i got working for stacking is
simple - it does a search for "(" "disc" and "cd", takes a substring of the text before it, and tries to find any movies after the selected one and plays them eg "Sliders - Pilot (1)" substring = "Sliders - Pilot" and tries to find any other files with a display name (the name that is displayed in my videos, not its file name) starting with that.
series - matches based on the title, so if you played "Sliders - Pilot" every show after that file with the title "Sliders" would be added to the queue.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#4
2005-05-22, 04:40 PM
The naming convention I happen to be using for enterprise is: 'Enterprise [2x26] The Expanse', so that's 'Series Name [Season Number x Episode Number] Episode Title'.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#5
2005-05-23, 03:24 AM
I really don't use a strict episode season naming convention, mainly because I don't store TV shows for very long periods of time. I just put all shows underneath that show's folder, and then each episode gets the name of that show from the Sub Title.

So it's like:
Code:
The West Wing
    Enemies.avi
    Five Votes Down.avi
    Mr. Willis of Ohio.avi
    The Short List.avi
    The State Dinner.avi

The Office
     Pilot.avi
     Diversity Day.avi
     Health Care.avi
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#6
2005-05-23, 03:38 AM
well for series kingargyle your naming convection will fail (since it will play all them in alphabetical order with the same title, from the selected file), but 2 part episodes if you use tv tome it should be fine eg Episodename (1)" and "Episodename (2)" since its based on its display name.

i keep tv series on my computer usually until i get the dvds, which for some tv shows can be awhile.
kirschey
Offline

Member

USA
Posts: 231
Threads: 62
Joined: May 2005
#7
2005-05-23, 03:45 AM
Hey,

Great work everyone...I am just starting to develop in GBPVR. My main comp is down but I mostly develop on my laptop, I have a few ideas, but I would really like to help with a started project to get off the group. I have used .net yet, but I got my comp sci degree using Visual C++, Visual Basic and Java.


/* Tip: for the multiple file thing, make a queue. That way one can add files to it, and t will solve the naming issue and add great usability. */
Intel NUC8i7BEH

OLD
Intel Core i3-530 Clarkdale 2.93GHz, ASUS P7H55D-M, 4GB DDR3 SDRAM DDR3 1333, 1.5TB SATA 3.0 HD, Windows 10 Pro, Hauppauge WinTV-HVR-2250 (depreciated), SiliconDust HDHomerun Prime, Harmony One
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#8
2005-05-23, 03:47 AM
queues are already in there (well in myvids and next release of gbpvr), just have to get the stacking modes done (ie which files should be added to queue in which circumstance)

im too doing my compsci degree (last year... if i pass Smile) so far ive done java, vb.net, c#, c++, php, jsp, asp err assembly on the alpha, hehe html.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#9
2005-05-23, 06:34 PM
Well, if you give us the option to manually add to the queue that will be enough for me at least. Also, if you can reorder the queue before playing (i.e. manually move entries up and down), that would be good as well. The automagic playing is nice, but can make a bit complicated to get every situation.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#10
2005-05-23, 10:00 PM
yeah playlists cover the adding to a manual, well playlist, moving items up/down, even deleting them. pins on them (if you add a file with a pin that will automatical set the playlist to that pin if it doesnt have a pin). and series would work for you kingargyle, as long as you sort the directory by date.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get edl information for videos in a web client? fred250 27 10,484 2014-12-10, 12:39 AM
Last Post: fred250
  On-the-fly transcoding for streaming recordings / videos bgowland 6 3,988 2012-06-03, 03:10 AM
Last Post: bgowland
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,856 2012-02-05, 10:29 AM
Last Post: bgowland
  Render order in Videos Jaggy 13 4,339 2011-10-12, 11:20 AM
Last Post: mvallevand
  'Videos' Plugin Development reven 37 13,190 2010-05-31, 03:38 AM
Last Post: jezz2020
  Videos co developer? reven 12 4,011 2009-08-25, 12:18 PM
Last Post: agerdin
  deactive() not getting called when leaving plugin via "Videos" "Guide" etc hotkeys reven 2 1,742 2006-08-06, 12:36 AM
Last Post: reven
  My Videos error garygamb 14 4,777 2005-04-10, 09:25 PM
Last Post: garygamb
  My Videos x 2 darrin75 1 1,390 2005-03-31, 08:06 AM
Last Post: reven
  My Videos (actor filmlist)filmography darrin75 7 2,685 2005-03-18, 03:04 AM
Last Post: darrin75

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

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

Linear Mode
Threaded Mode