NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 56 57 58 59 60 … 193 Next »
Unique_Identifier

 
  • 0 Vote(s) - 0 Average
Unique_Identifier
khaver
Offline

Member

Posts: 84
Threads: 8
Joined: May 2007
#1
2008-11-09, 05:11 PM
I would like to have the unique_identifier field passed to postprocessing.bat. I trancode all my recorded shows to a linkstation running wizd so I can watch them with my linktheater. Using the unique_identifier field I could have regular shows (EPXXXX...) trancoded to one directory (TV) and movies (MVXXXX...) trancoded to a different directory (MOVIES). Having all shows in one directory is very confusing.

Thanks.
khaver
Offline

Member

Posts: 84
Threads: 8
Joined: May 2007
#2
2008-11-18, 05:45 PM
I figured out that I can do it with sqlite3.exe.

In my postprocessing.bat file I would get the info from the gbpvr.db3 with:

set outpath=\\linkstation\TV

for /f %%a in ('sqlite3 gbpvr.db3 "select PROGRAMME.unique_identifier /
from PROGRAMME inner join RECORDING_SCHEDULE on /
PROGRAMME.oid=RECORDING_SCHEDULE.programme_oid where /
RECORDING_SCHEDULE.filename='%1'"') do set unique=%%a

set unique=%unique:~0,2%

if /i %unique% EQU MV set outpath=\\linkstation\Movies
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



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

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

Linear Mode
Threaded Mode