NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 181 182 183 184 185 … 433 Next »
Question for the SQL skilled

Question for the SQL skilled
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1
2015-06-21, 02:19 PM
Previously I had my recordings split over two drives (D:\NPVR and X:\NPVR), after building a new htpc I'v gathered all recordings on D:\NPVR. What sql statement should I use to change all instances of X:\ to D:\ in the whole database?

"I'd rather have a bottle in front of me than a frontal lobotomy"
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#2
2015-06-21, 02:41 PM
Reddwarf Wrote:Previously I had my recordings split over two drives (D:\NPVR and X:\NPVR), after building a new htpc I'v gathered all recordings on D:\NPVR. What sql statement should I use to change all instances of X:\ to D:\ in the whole database?

Code:
UPDATE scheduled_recording SET filename = REPLACE(filename, 'X:\NPVR\', 'D:\NPVR\') WHERE filename LIKE 'X:\NPVR\%';
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#3
2015-06-21, 02:55 PM
mvallevand Wrote:
Code:
UPDATE scheduled_recording SET filename = REPLACE(filename, 'X:\NPVR\', 'D:\NPVR\') WHERE filename LIKE 'X:\NPVR\%';
Thanks a lot, that saved me hours of manual editing Smile

"I'd rather have a bottle in front of me than a frontal lobotomy"
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#4
2015-06-22, 09:11 AM
I'll keep a copy of that handy for future use Wink I used to export to a text .sql file, search and replace and import from the text file
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  changing channels in guide - stupid user question mt900spg 2 1,629 2019-12-19, 01:30 PM
Last Post: mvallevand
  Question about Channel Changing hdpvr-doug8796 6 2,567 2019-10-09, 06:24 PM
Last Post: hdpvr-doug8796
  Series/Episode question Bobins 4 1,800 2019-06-27, 08:50 PM
Last Post: sub
  Archive question Bobins 3 1,593 2019-05-23, 12:30 PM
Last Post: ElihuRozen
  Another Skinning question - Ready Recordings bar Rage321 11 3,030 2019-04-26, 12:51 PM
Last Post: mvallevand
  Skinning question - Adding more listings, making it fit Rage321 3 1,577 2019-04-21, 01:05 AM
Last Post: Rage321
  Rebuilt on New Hardware // Decoder Question rowle1jt 8 2,522 2019-03-14, 12:06 PM
Last Post: rowle1jt
  Weird Question // Cutting Commercials rowle1jt 2 1,455 2019-02-01, 10:57 PM
Last Post: meccano
  ITV HD UK weirdness - general question Pbathuk 0 864 2019-01-14, 09:56 PM
Last Post: Pbathuk
  Scheduling Question jcole998 10 3,103 2018-12-13, 02:23 PM
Last Post: jcole998

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

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

Linear Mode
Threaded Mode