NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 63 64 65 66 67 … 106 Next »
Out of space on default recording drive. Other recording drive shows 1tb free. Why?

 
  • 0 Vote(s) - 0 Average
Out of space on default recording drive. Other recording drive shows 1tb free. Why?
briantho
Offline

Junior Member

Costa Rica
Posts: 33
Threads: 7
Joined: Jul 2020
#1
2021-08-10, 02:40 AM
So my default recording drive shows 0 bytes left, while there is still over 1tb left on my secondary recording drive. I thought v4 had a feature that looked for the drive with the most space, and recorded to that drive. Here is a link to the setting i'm talking about under v4. So far, I can't seem to find this setting under v5. Is it hidden, not yet implemented, or do i need to edit the config.xml file. Again I'm completely out of space, and I don't understand why nextpvr didn't use my second hdd with over a terabyte left of space. Here is my log, and here is the recording part of my config.xml file. Please let me know if there is a way to fix this behavior. 
Thanks


  <Recording>
    <ManualRecordingDays>10</ManualRecordingDays>
    <AllowInProcessRecording>true</AllowInProcessRecording>
    <ForceRecordingServiceUse>true</ForceRecordingServiceUse>
    <DefaultRecurringToOnlyNew>false</DefaultRecurringToOnlyNew>
    <ClientMode>false</ClientMode>
    <ServerName>192.168.1.8</ServerName>
    <ServerMAC>b8:ae:ed:ea:f1:01</ServerMAC>
    <ServerSendWOL>true</ServerSendWOL>
    <ServerPort>7969</ServerPort>
    <DatabaseShare>\\192.168.1.8\NPVR</DatabaseShare>
    <AutoCreateFolders>true</AutoCreateFolders>
    <PrimeDigitalTuners>false</PrimeDigitalTuners>
    <NewStyle>true</NewStyle>
    <WhatsNewDays>7</WhatsNewDays>
    <DefaultView>What's New</DefaultView>
    <UseHigherPriority>false</UseHigherPriority>
    <HigherPriorityLevel>AboveNormal</HigherPriorityLevel>
    <UseRecordingService>false</UseRecordingService>
    <PrePadding>1</PrePadding>
    <PostPadding>2</PostPadding>
    <RecordingDirectory>R:\</RecordingDirectory>
    <ExtraRecordingDirectories>Recorded TV 5~W:\~</ExtraRecordingDirectories>
    <RecordingDirectoryTranslation>d:\temp~\\someserver\someshare</RecordingDirectoryTranslation>
    <LiveTVBufferDirectory>C:\Users\Public\Videos\</LiveTVBufferDirectory>
    <TimeshiftMode>Time Based</TimeshiftMode>
    <AutoRemoveMissingRecordings>true</AutoRemoveMissingRecordings>
    <CheckForRenamedRecordings>true</CheckForRenamedRecordings>
    <NoRemoveWhenTreeMissing>false</NoRemoveWhenTreeMissing>
    <TimeSlotMinutes>90</TimeSlotMinutes>
    <ConfirmOnDelete>true</ConfirmOnDelete>
    <StoreSeparateMetadataXml>true</StoreSeparateMetadataXml>
    <RecurringMatch>Exact</RecurringMatch>
    <OutOfProcessDigital>false</OutOfProcessDigital>
    <OutOfProcessAnalog>false</OutOfProcessAnalog>
    <DeletionHistoryDays>90</DeletionHistoryDays>
    <EnableIPTVDevice>false</EnableIPTVDevice>
    <AllowDuplicates>false</AllowDuplicates>
    <BlockShutdownWhileRecording>true</BlockShutdownWhileRecording>
    <DefaultDirectoryChoice>first</DefaultDirectoryChoice>
    <UseSeasonEpisodeNamingIfPossible>true</UseSeasonEpisodeNamingIfPossible>
    <UseMovieYearNamingIfPossible>true</UseMovieYearNamingIfPossible>
    <UsePlexStyleNaming>false</UsePlexStyleNaming>
    <FileNameReplaceSpaceWithPeriod>true</FileNameReplaceSpaceWithPeriod>
    <FileNameCreateSeasonDirectories>true</FileNameCreateSeasonDirectories>
    <LookForConflictAlternatives>true</LookForConflictAlternatives>
    <AutoExtendSportsEvents>false</AutoExtendSportsEvents>
    <StoreEnsembleMetadataXml>false</StoreEnsembleMetadataXml>
    <AutoTranscode>none</AutoTranscode>


Attached Files
.zip   logs-20210809-1931.zip (Size: 1.27 MB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,933
Threads: 966
Joined: May 2006
#2
2021-08-10, 03:00 AM
Which drive R, W or C since unfortunately the web temp folder in C user data can't be set without using symlinks

Martin
briantho
Offline

Junior Member

Costa Rica
Posts: 33
Threads: 7
Joined: Jul 2020
#3
2021-08-10, 03:06 AM
my R drive is default and that is the one that's out of space. The W Drive still has roughly 1tb left.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,162
Threads: 773
Joined: Nov 2003
#4
2021-08-10, 03:43 AM
(2021-08-10, 02:40 AM)briantho Wrote: Again I'm completely out of space, and I don't understand why nextpvr didn't use my second hdd with over a terabyte left of space.
It's currently configured to you use the first recording drive unless told otherwise:

Code:
<DefaultDirectoryChoice>first</DefaultDirectoryChoice>

If you change it to 'spread', then it'll start recording on the drive with the most avalable space.
Code:
<DefaultDirectoryChoice>spread</DefaultDirectoryChoice>
briantho
Offline

Junior Member

Costa Rica
Posts: 33
Threads: 7
Joined: Jul 2020
#5
2021-08-10, 04:14 AM
Ah ok, I thought the <DefaultDirectoryChoice> sounded right, I just wasn't sure what to change the value to. Out of curiosity are there any additional values besides first and spread? also why is this not in the web page settings? I just changed the value and restarted nextpvr. lets hope it works now. Thanks
briantho
Offline

Junior Member

Costa Rica
Posts: 33
Threads: 7
Joined: Jul 2020
#6
2021-08-10, 04:36 AM
Hmm, I am now having another problem, this time with the web interface. I only have 2 channels under guide, but under settings>channels i have 24. I just changed the value and ran the updater, but now i only have 2 channels. What caused this????


Attached Files Thumbnail(s)
       
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,162
Threads: 773
Joined: Nov 2003
#7
2021-08-10, 06:14 AM
(2021-08-10, 04:14 AM)briantho Wrote: Ah ok, I thought the <DefaultDirectoryChoice> sounded right, I just wasn't sure what to change the value to. Out of curiosity are there any additional values besides first and spread?
first and spread are they only options at this stage.

Quote:also why is this not in the web page settings? I just changed the value and restarted nextpvr. lets hope it works now. Thanks
Because there is like a zillion settings in config.xml. If I put them all in the web ui, it'd probably be overwhelming for most users, so I've opted to instead keep the application simplier and easier to understand.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,162
Threads: 773
Joined: Nov 2003
#8
2021-08-10, 06:15 AM
(2021-08-10, 04:36 AM)briantho Wrote: Hmm, I am now having another problem, this time with the web interface. I only have 2 channels under guide, but under settings>channels i have 24. I just changed the value and ran the updater, but now i only have 2 channels. What caused this????
I'm guessing you've got some group other than 'all channels' selected on Settings->General page.
briantho
Offline

Junior Member

Costa Rica
Posts: 33
Threads: 7
Joined: Jul 2020
#9
2021-08-10, 05:12 PM
(2021-08-10, 06:15 AM)sub Wrote:
(2021-08-10, 04:36 AM)briantho Wrote: Hmm, I am now having another problem, this time with the web interface. I only have 2 channels under guide, but under settings>channels i have 24. I just changed the value and ran the updater, but now i only have 2 channels. What caused this????
I'm guessing you've got some group other than 'all channels' selected on Settings->General page.

Thanks, that was it. I don't even remember changing it but somehow it was set to digital channels. Thanks again
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,162
Threads: 773
Joined: Nov 2003
#10
2021-08-10, 05:23 PM
(2021-08-10, 05:12 PM)briantho Wrote: Thanks, that was it. I don't even remember changing it but somehow it was set to digital channels. Thanks again
You can also set it bottom left of the TV Guide, so you might have done it there.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  No LiveTV or Recording on one channel only cher 2 153 2025-10-07, 10:21 AM
Last Post: cher
  NextPVR can't update EPG while recording a program cc58 4 198 2025-10-02, 03:50 PM
Last Post: cc58
  Show not recording when title contains \t tab character scoobyjam 5 331 2025-10-02, 02:06 AM
Last Post: mvallevand
  nextpvr.exe guide is no longer highlighting shows that are scheduled to be recorded hae 10 629 2025-09-28, 11:12 PM
Last Post: hae
  NextPVR not seeing my D drive for storage u9027 2 478 2025-09-13, 03:54 PM
Last Post: u9027
  Recording stuck in loop Gmjh 17 1,282 2025-08-31, 09:25 PM
Last Post: Gmjh
  Externally generated SRT subtitles for DVB recording not displayed hmc 12 1,234 2025-08-17, 09:03 AM
Last Post: hmc
  Recording Glitches - Debug Advice? andrewj 7 879 2025-06-23, 08:19 PM
Last Post: mvallevand
  Advanced Recording Scheduling question Bobins 7 788 2025-06-17, 12:56 AM
Last Post: mvallevand
  "Recording interrupted" problem started happening sharkbite 8 1,326 2025-06-02, 08:08 AM
Last Post: sharkbite

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

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

Linear Mode
Threaded Mode