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 … 58 59 60 61 62 … 101 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: 30
Threads: 6
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
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
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: 30
Threads: 6
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: 106,661
Threads: 767
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: 30
Threads: 6
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: 30
Threads: 6
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: 106,661
Threads: 767
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: 106,661
Threads: 767
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: 30
Threads: 6
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: 106,661
Threads: 767
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
  Failed: Recording interrupted jzk 3 303 2025-04-18, 09:06 PM
Last Post: mvallevand
  Unable to delete recording. File may be in use. seattlefog 24 708 2025-04-13, 01:08 AM
Last Post: sub
  Directory not deleted after recording deleted Bobins 13 714 2025-03-08, 05:30 PM
Last Post: sub
  Recording IPTV lemmy999 8 573 2025-03-02, 06:13 PM
Last Post: lemmy999
  Timers displayed below Recently Viewed Shows bszuch 2 243 2025-03-02, 03:22 AM
Last Post: bszuch
  Temporarily Suspend Recording andrewj 1 178 2025-02-25, 12:44 PM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,226 2025-02-22, 09:24 PM
Last Post: jcole998
  Recording ken_dearden 8 609 2025-02-20, 12:22 PM
Last Post: ken_dearden
  Not recording new episo qttor 7 403 2025-02-17, 10:54 PM
Last Post: mvallevand
  EPG mis-identifying shows with same title mattman1968 3 199 2025-02-17, 05:47 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode