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) v
« Previous 1 … 106 107 108 109 110 … 125 Next »
My Videos - Future version/update feature request.

 
  • 0 Vote(s) - 0 Average
My Videos - Future version/update feature request.
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#1
2005-09-13, 04:01 PM
Reven, the next time you decide to update or revise the My Videos plugin, I wondered if you could add a little feature.

A while back I asked you how My Videos picked up its database info from recorded TV. As I understand it, when you activate My Videos after a recording has been made the database info is copied from the gbpvr.mdb to the mydatabase.mdb.

I was wondering if you could introduce a postprocessing.bat command that would cause the info to be coppied from one data base to the other without having to activate the actual plugin.

My reason for this request is due to gbpvr.mdb database couruption or loss. I have finally been able to get my wife to accept the PVR in the living room and My Videos is her goto plugin for any video playback. If the gbpvr.mdb data base gets compromised (because I sometimes run another GBPVR install as a client). Her show appears in MyVideos, but not the description.

This little thing would help me with the WAF. Belive it or not she actually was able to find a show, watch it and skip commericals without my intervention. SUCCESS!!
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#2
2005-09-13, 11:54 PM
hmmmmmmmmmmmm, the only problem here is well, to ensure the db doesnt grow huge (one recording doesnt take up alot of space anyway, but it could grow huge of decades of use), you would have to delete the recordings from the "my videos" plugin (otherwise they would stay in the db forever, or unless you manually remove them using access).

i would consider writing a little app that you could add to the postprocessing.bat file, but not part of my videos its self. anyone else who wants to do this they can, it might take me a couple of weeks to get around to it (and knowing me ill probably forget....)

anyway its a simple task, that if i remember and get free time ill do.
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#3
2005-09-14, 01:32 AM
reven Wrote:hmmmmmmmmmmmm, the only problem here is well, to ensure the db doesnt grow huge (one recording doesnt take up alot of space anyway, but it could grow huge of decades of use), you would have to delete the recordings from the "my videos" plugin (otherwise they would stay in the db forever, or unless you manually remove them using access).

So if I understand you correctly, show info grabbed from the gbpvr.mdb is placed in mydatabase.mdb but is not removed when I delete the recording? Unless I delete the recording from within My Videos. Is this correct?

If that's the case I would have to ask for two app's one to perform the requested function and another (down the road) to purge my old photos videos and music from mydatabease.mdb.

reven Wrote:i would consider writing a little app that you could add to the postprocessing.bat file, but not part of my videos its self. anyone else who wants to do this they can, it might take me a couple of weeks to get around to it (and knowing me ill probably forget....)

anyway its a simple task, that if i remember and get free time ill do.

I can wait. And if you want I can remind you. Another option would be to read and/or import the info file exported by xrecord. Sort of like the details.txt (I think that's right) feature.

The xrecord exported file looks like this: filename.mpg.dat
This is the content of the dat file.

title=Thomas & Friends
description=Cleanliness competition; Christmas puddings; Edward races Spencer.
fullfilename=Z:\MyTV\Thomas & Friends\Thomas & Friends_20050723_07300800.mpg
filename=Thomas & Friends_20050723_07300800.mpg
starttime=7/23/2005 7:30:00 AM
endtime=7/23/2005 8:00:00 AM
uniqueid=89880
channel=6 WETK
subtitle=Determination
recordedtime=7/23/2005 7:30 AM - 8:00 AM
channelnumber=6
starttimeticks=632577006000000000
endtimeticks=632577024000000000
quality=1
chainfile=

I"m guessing you would only need the first four lines of data the rest is recording info. Not really needed for My Videos.

Let me know what you think.

Oh yeah if you didn't already figure it out. I'm a HUGE fan of all your My series work. And I'm looking forward the offical release of the new My Pictures.

Thanks.
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#4
2005-09-14, 01:39 AM
Quote:So if I understand you correctly, show info grabbed from the gbpvr.mdb is placed in mydatabase.mdb but is not removed when I delete the recording? Unless I delete the recording from within My Videos. Is this correct?
yup

Quote:If that's the case I would have to ask for two app's one to perform the requested function and another (down the road) to purge my old photos videos and music from mydatabease.mdb.
the probelm here is that the files are stored by relative names in the database, eg "Enterprise - 2x02 - Carbon Creek.avi" and not the full filename, so theres no way to tell where the file is, and if its been deleted. and the reason i used relative names was to avoid the problem sub has with the gbpvr database, where if the file is found in the exact location, its deleted.


the .dat file importer.... im not sure if ill import it to the database or just show it along with the file, otherwise whenever you enter the directory it will see the .dat file, read it and update the database (and every time you enter it, the db will be updated). the only way to fix this is to delete the file after reading (which i suppose is not what you want).
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#5
2005-09-14, 12:58 PM
reven Wrote:the probelm here is that the files are stored by relative names in the database, eg "Enterprise - 2x02 - Carbon Creek.avi" and not the full filename, so theres no way to tell where the file is, and if its been deleted. and the reason i used relative names was to avoid the problem sub has with the gbpvr database, where if the file is found in the exact location, its deleted.).

Hum, So (just poking fun) Your a huge fan of proper file structure, which would indicate a very organized person. But when you constructed your database structure you didn't take into account that files might be removed or otherwise deleted? So you created the ever increasing "mydatabase" the unshrinkable database that will grow to huge sizes causing longer and longer access times? Jeeze!

Seriously, what you have indicated is that the database should be deleted every once and a while or opened in access and cleaned. The only problem I can see is recorded TV. Most of my pics, and music will stay. My movie collection will change occasionaly. But TV changes weekly.

reven Wrote:the .dat file importer.... im not sure if ill import it to the database or just show it along with the file, otherwise whenever you enter the directory it will see the .dat file, read it and update the database (and every time you enter it, the db will be updated). the only way to fix this is to delete the file after reading (which i suppose is not what you want).

I would be fine with a dat file read. That's what Xrecord does. But if you created a seperate import utility that can be run in the postprocessing.bat, couldn't it just import the dat file that was just created? This would require no changes to the My Videos Plugin.

Your thoughts?
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#6
2005-09-15, 04:38 PM
Just thought I'd drop a note here re. the WIKI link to

http://mkisofs.sourceforge.net/ being dead. Googled on the name and got a few versions http://www.andante.org/mkisofs.html has old files,
http://www.dlhoffman.com/publiclibrary/RPM/mkisofs.html Linux rpms?

Do you have a recommendation on which to use?

k.
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#7
2005-09-15, 06:41 PM
jksmurf Wrote:Just thought I'd drop a note here re. the WIKI link to

http://mkisofs.sourceforge.net/ being dead. Googled on the name and got a few versions http://www.andante.org/mkisofs.html has old files,
http://www.dlhoffman.com/publiclibrary/RPM/mkisofs.html Linux rpms?

Do you have a recommendation on which to use?

k.

I dont follow you. What does this have to do with this thread?
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#8
2005-09-16, 02:02 AM
Quote:Hum, So (just poking fun) Your a huge fan of proper file structure, which would indicate a very organized person. But when you constructed your database structure you didn't take into account that files might be removed or otherwise deleted? So you created the ever increasing "mydatabase" the unshrinkable database that will grow to huge sizes causing longer and longer access times? Jeeze!
only my videos stores the info by relative name, everything else is absolute. the reason everything is by relative name, is i have many shows on dvds (as avi files etc), and well sometime i put that dvd into drive e: and sometimes drive f:. and if they were stored by relative names i would have to have 2 entries for each video. and if they were automatically deleted if not found, every single video file i have on a removable medium would be gone (and what if the network went down aswell....)

if you think about it, it makes sense. ive been running it this way for ages, and my db is only about 80megs (well if you dont include the my pictures thumbnails, they can be large). the db isnt going to grow to extremes, so dont worry.


Quote:I would be fine with a dat file read. That's what Xrecord does. But if you created a seperate import utility that can be run in the postprocessing.bat, couldn't it just import the dat file that was just created? This would require no changes to the My Videos Plugin.
yeah but then you would have to run that once a day, im not a big fan of lots extra utils, some are needed, but some are just silly.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#9
2005-09-16, 02:08 AM
A_Brass Wrote:I dont follow you. What does this have to do with this thread?
Look, it has nothing to do with it, and I'd be the first to admit it. I was looking for a download required for this plugin (according to the WIKI) and I just didn't think it merited a whole new thread, so I found an old one that seemed appropriate, as it started off talking about updates to the plugin, and popped it in here, considering that if updates were being made anwyay, the WIKI instructions//links would/could be updated at the same time. My apologies if this is against protocol.
k.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#10
2005-09-16, 03:03 AM
jksmurf: got here http://www.sbox.tugraz.at/home/t/tplank/ and download the cdrtools win32 binaries, cdrtools should come with mkisofs, also once you get that, tell me if it does infact work, and then ill update the wiki.

ps dont be afraid to start a new thread, it just keeps order.
« 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
  ATI "TV Magazine" feature, are there any alternatives? crables 1 13,698 2011-03-20, 05:30 AM
Last Post: mvallevand
  New Videos Library Plugin jasonbs10 202 66,742 2010-08-22, 01:38 PM
Last Post: 7ore
  videos library plugin crashes pvrx2 on fanart... cs4 no crash and no fan art why??. tvshowman 2 4,107 2010-04-01, 09:59 PM
Last Post: tvshowman
  'Videos' Plugin for GB-PVR (Preview 1) - amazing youtube video must see! tvshowman 21 11,814 2010-02-13, 11:55 PM
Last Post: reven
  My Videos rebirth reven 109 34,181 2009-08-19, 08:22 PM
Last Post: reven
  Stocks plugin crash + new version fla 15 4,593 2009-04-05, 03:00 AM
Last Post: fla
  Czech language update hoborg 0 3,492 2009-03-03, 02:08 PM
Last Post: hoborg
  New Videos Library - feature request spotty 4 2,525 2009-02-19, 03:33 AM
Last Post: jasonbs10
  StartPVRX2 (formerly StartGBPVR) request siliconaudio 4 2,192 2008-12-15, 12:16 PM
Last Post: liteswap
  I-xmltv update gh_speedyg 2 2,167 2008-04-15, 11:01 AM
Last Post: gh_speedyg

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

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

Linear Mode
Threaded Mode