SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-05-2011, 04:15 PM
RickE RickE is offline
Sage User
 
Join Date: Oct 2008
Posts: 19
Import/Export Channel Lineup not working

The Import/Export Channel Lineup (v1.2.1) is not working.

Perusal of the sagetvclient_0.txt file in the section logged by Fork-UNXHZ-88 finds this suspicious line:
Code:
java.io.FileNotFoundException: C:\Program Files\SageTV\SageTV\Silicondust HDHomeRun Tuner 1016A5A3-0-0-ATSC.export (The system cannot find the path specified)
It is of interest because it makes the apparent assumption that my Windows 7 was installed on C: when it is actually installed on E:; thus, the proper path should have been E:\Program Files\SageTV\SageTV\Silicondust HDHomeRun Tuner 1016A5A3-0-0-ATSC.export

There are subsequently a number of instances of:
Code:
EXCEPTION in getValueAsObject:sage.a.e: Error in method reflection of new_java_io_FileWriter of java.lang.reflect.InvocationTargetException for:new_java_io_PrintWriter(new_java_io_BufferedWriter(new_java_io_FileWriter(FileName)))
These may, of course, have no real bearing on the problem; so, attached is the complete log file.

Thanks and regards,
Rick
Attached Files
File Type: zip sagetvclient_0_ImpExpChannels_bug.zip (27.4 KB, 190 views)
Reply With Quote
  #2  
Old 03-06-2011, 07:39 AM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
And that first error will give you a problem with a Sage install on 64bit Windows. It will be installed in a C:\Program Files (x86)\SageTV\SageTV.

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #3  
Old 03-06-2011, 08:27 AM
KeithAbbott KeithAbbott is offline
Sage Icon
 
Join Date: Oct 2009
Location: Southeastern Michigan
Posts: 1,375
Until this bug gets fixed, you can get it working under Win7-64 by creating a SageTV\SageTV directory structure under the C:\Program Files directory. Actually, in a way, it's kind of nice. The only files that end up in that directory are the import/export files.

Don't know if this would resolve the issue with your E: drive, I suspect not.
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.11.5, sagetvopen-sagetv-server-opendct-java11 Docker (version 2.0.7)
Tuners: 2 x SiliconDust HDHomeRun Prime Cable TV Tuners, SiliconDust HDHomeRun CONNECT 4K OTA Tuner
Clients: Multiple HD300 Extenders, Multiple Fire TV Stick 4K Max w/MiniClient
Miscellaneous: Multiple Sony RM-VLZ620 Universal Remote Controls
Reply With Quote
  #4  
Old 03-06-2011, 10:46 AM
RickE RickE is offline
Sage User
 
Join Date: Oct 2008
Posts: 19
Opps, I should have mentioned that I'm using 32-bit Win-7, and that I tried creating the directory on the C: drive. It didn't help; no files were created in the directory.

Thanks for the suggestions.
Reply With Quote
  #5  
Old 03-06-2011, 11:31 AM
RickE RickE is offline
Sage User
 
Join Date: Oct 2008
Posts: 19
Thanks to the above comments, my brain was stimulated, and I did the following to cure my exporting channels problem:
  1. I stopped the SageTV server.
  2. I used my favorite editor on the file: E:\Program Files\SageTV\SageTV\STVs\SageTV7\ImportExportChannelLineup.stvi
    to replace all C:\\ with E:\\. There were 12 instances as I recall.
  3. Restart the server.
  4. Success.

I had looked at the .stvi before my original post, but didn't notice the C:\\ stuff - probably because the .stvi is so busy.

Thanks again for the help and regards,
Rick
Reply With Quote
  #6  
Old 05-11-2011, 11:56 PM
49studebaker 49studebaker is offline
Sage Advanced User
 
Join Date: Nov 2008
Posts: 103
Bug has been fixed.
Reply With Quote
  #7  
Old 05-12-2011, 05:15 AM
KeithAbbott KeithAbbott is offline
Sage Icon
 
Join Date: Oct 2009
Location: Southeastern Michigan
Posts: 1,375
Quote:
Originally Posted by 3dOptics View Post
Bug has been fixed.
3dOptics, thanks for fixing this bug. This is a very handy plugin.

One question though. What directory does it import/export the files to if you are using Win 7-64, and installed Sage in the C:\SageTV directory? Will it use the C:\SageTV\SageTV directory, or the C:\Program Files (x86)\SageTV\SageTV directory?
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.11.5, sagetvopen-sagetv-server-opendct-java11 Docker (version 2.0.7)
Tuners: 2 x SiliconDust HDHomeRun Prime Cable TV Tuners, SiliconDust HDHomeRun CONNECT 4K OTA Tuner
Clients: Multiple HD300 Extenders, Multiple Fire TV Stick 4K Max w/MiniClient
Miscellaneous: Multiple Sony RM-VLZ620 Universal Remote Controls
Reply With Quote
  #8  
Old 05-12-2011, 03:11 PM
KeithAbbott KeithAbbott is offline
Sage Icon
 
Join Date: Oct 2009
Location: Southeastern Michigan
Posts: 1,375
Quote:
Originally Posted by KeithAbbott View Post
What directory does it import/export the files to if you are using Win 7-64, and installed Sage in the C:\SageTV directory? Will it use the C:\SageTV\SageTV directory, or the C:\Program Files (x86)\SageTV\SageTV directory?
After a small amount of experimentation, it appears that the plug-in is smart enough to know that Sage is installed in the C:\SageTV directory, and imports/exports files to the C:\SageTV\SageTV directory. Kudos to 3dOptics!
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.11.5, sagetvopen-sagetv-server-opendct-java11 Docker (version 2.0.7)
Tuners: 2 x SiliconDust HDHomeRun Prime Cable TV Tuners, SiliconDust HDHomeRun CONNECT 4K OTA Tuner
Clients: Multiple HD300 Extenders, Multiple Fire TV Stick 4K Max w/MiniClient
Miscellaneous: Multiple Sony RM-VLZ620 Universal Remote Controls
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Import/Export Channel Lineup lenkost SageTV v7 Customizations 12 06-04-2017 04:57 PM
how to import/export recordings between two MCs? rnewman SageTV Software 10 07-06-2009 08:52 AM
Import/export does not work lcddream SageMC Custom Interface 7 10-06-2008 08:00 PM
export/import SageTV recordings? rnewman SageTV Software 9 06-22-2008 06:36 PM
Channel lineup not downloading or SageTV not clearing channel lineup when I remove it TechBill SageTV EPG Service 2 01-26-2008 12:51 AM


All times are GMT -6. The time now is 08:09 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.