MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server » General Talk


General Talk Talk about the MediaPortal TV-Server

Reply
 
Thread Tools Display Modes
Old 2008-03-19, 22:14   #21 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,763
Thanks: 130
Thanked 133 Times in 93 Posts

Country:

My System

Default

Quote:
Originally Posted by Midget View Post
On recordings section in SetupTV the xml setting is loaded true by default and the checkbox is invisible.
Do you have fixed it because you need the xml for the import utility ?
Yes - the other reason is that we're checking for options which are "useless" (read: might confuse people but are only useful for < 1% of them).

Quote:
Originally Posted by hirscho View Post
I meanwhile changed a channel name
If during import a channel cannot be found via it's display name it will be added with "unknown" channel. There's no disadvantage depite the missing channel logo then.

Quote:
Originally Posted by SciDoctor View Post
I have noticed that this doesn't work in VISTA64sp1, which is a shame .
I won't consider it a shame since 64Bit platforms are currently not mature enough (drivers and codecs) to be considered a suitable HTPC platform.
Nevertheless it most likely just does not work because the importer hasn't been marked as 32 bit app explicitly. Once the same methods are used in SetupTv they will work of course.
__________________
rtv is offline   Reply With Quote
Old 2008-03-20, 10:52   #22 (permalink)
Portal Member
 
Join Date: Oct 2007
Location: Siena
Age: 31
Posts: 78
Thanks: 1
Thanked 2 Times in 1 Post

Country:


Default

Quote:
Originally Posted by rtv View Post
Quote:
Originally Posted by Midget View Post
On recordings section in SetupTV the xml setting is loaded true by default and the checkbox is invisible.
Do you have fixed it because you need the xml for the import utility ?
Yes - the other reason is that we're checking for options which are "useless" (read: might confuse people but are only useful for < 1% of them).
Ehm... I've disabled xml creation because considered it useless

I've fixed DiskManagement class (it is in SourceForge tracker and followed by Maschine), do you think I've to upgrade it to actually delete even the xml file with the video file ? At the moment the delete procedure only delete the video file (i.e. the path saved in the DB)

Bye
Midget is offline   Reply With Quote
Old 2008-03-20, 11:00   #23 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,763
Thanks: 130
Thanked 133 Times in 93 Posts

Country:

My System

Default

Quote:
Originally Posted by Midget View Post
I've fixed DiskManagement class (it is in SourceForge tracker and followed by Maschine), do you think I've to upgrade it to actually delete even the xml file with the video file ? At the moment the delete procedure only delete the video file (i.e. the path saved in the DB)
Bye
Yes - judged honestly you'd have to admit that the deletion is broken then. Hint: There is general delete method which should be used _everywhere_ and takes care of orphaned directories as well (deleting the parent folder if no more recordings exist in it).
__________________
rtv is offline   Reply With Quote
Old 2008-03-20, 21:29   #24 (permalink)
Portal Member
 
Join Date: Oct 2007
Location: Siena
Age: 31
Posts: 78
Thanks: 1
Thanked 2 Times in 1 Post

Country:


Default

Quote:
Originally Posted by rtv View Post
Yes - judged honestly you'd have to admit that the deletion is broken then. Hint: There is general delete method which should be used _everywhere_ and takes care of orphaned directories as well (deleting the parent folder if no more recordings exist in it).
I didn't know about that method.
Luckily Maschine has updated the code to actually use the new class RecordingFileHandler moved out from TVController.

Bye
Midget is offline   Reply With Quote
Old 2008-03-26, 01:57   #25 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,763
Thanks: 130
Thanked 133 Times in 93 Posts

Country:

My System

Improvement Suggestion - Done

I've integrated this tool into SetupTv.

In addition I've added a button to remove all database entries which don't have physical files anymore and therefore won't work in MP (possible reasons: the recording path has changed / the file has been deleted outside of MyTV - e.g. Windows Explorer). You'll have to confirm each single delete currently.

Leftover issues:
- the checkboxes for subitems aren't nice
- what to do with files from unknown channels
- maybe lookup the duration from the files (would be slow and unreliable yet more exact)
- section based caching of settings might lead to issues with the recording paths.
- disabled alphabetic sorting of items since there could be problems on systems with foreign chars.

Thanks to all people who helped to rule out the issues
__________________
rtv is offline   Reply With Quote
Old 2008-03-27, 09:49   #26 (permalink)
Portal Tester
 
Join Date: Feb 2005
Location: England
Posts: 1,040
Thanks: 5
Thanked 8 Times in 8 Posts

My System

Default

Just managed to try the tool in VISTA32 and SVN18313. SETUPTV

Not working correctly, NO duration found and date and times are wrong.

Previous seperate release v2 worked fine though in w2ksp4 and XPsp2. (this version doesn't work at all in VISTA32 ,I have given firewall rights and admin privalages)



Which logs do you need ?
SciDoctor is offline   Reply With Quote
Old 2008-03-27, 10:11   #27 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,763
Thanks: 130
Thanked 133 Times in 93 Posts

Country:

My System

Default

Quote:
Originally Posted by SciDoctor View Post
Just managed to try the tool in VISTA32 and SVN18313. SETUPTV

Not working correctly, NO duration found and date and times are wrong.

Previous seperate release v2 worked fine though in w2ksp4 and XPsp2. (this version doesn't work at all in VISTA32 ,I have given firewall rights and admin privalages)



Which logs do you need ?
I don't log anything yet. If an error occurs a messagebox will popup. Did you move / change the files AFTER trying the standalone tool the last time? Could you please verify that it still does work?

The code just fetches the NTFS timestamps and is not 99% but 100% the same as in the standalone app
__________________
rtv is offline   Reply With Quote
Old 2008-03-27, 13:35   #28 (permalink)
Portal Tester
 
Join Date: Feb 2005
Location: England
Posts: 1,040
Thanks: 5
Thanked 8 Times in 8 Posts

My System

Default

SVN 18080 with v2 standalone on vista32sp1 when run as admin opens cleanly.

Have to add '\' to get lookup to be active. 'd:\my films ' (only a small size 100gb)

When lookup is pressed the v2 app hangs with 100% cpu usage . MS-SQL used.

With w2ksp4 and xpsp2 the response when lookup is pressed is instant and there are no further problems. w2ksp4 has a 1TB array to search and is fine.
SciDoctor is offline   Reply With Quote
Old 2008-03-27, 15:32   #29 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,763
Thanks: 130
Thanked 133 Times in 93 Posts

Country:

My System

Default

Quote:
Originally Posted by SciDoctor View Post
When lookup is pressed the v2 app hangs with 100% cpu usage . MS-SQL used.
Yep, the lookup is fine. Some machines however trigger a .NET bug. The error occurs while sorting the TreeNode items (which is not done in SetupTV anymore).
__________________
rtv is offline   Reply With Quote
Old 2008-03-29, 15:49   #30 (permalink)
MP Donator
 
vuego's Avatar
 
Join Date: Aug 2006
Age: 8
Posts: 344
Thanks: 77
Thanked 20 Times in 17 Posts

Country:

My System

Default

I tried the import in SVN 18359 and it works very well.

I don't record to the default location so the only problem I ran into was the Recording Folder drop down box still pointing to C:\Program Files\Team MediaPortal\MediaPortal TV Server even after I changed Recording Folders in the Recording Folders tab. I had to reopen SetupTV for it to update.
If possible I'd like it to update on every "tab open"
vuego is offline   Reply With Quote
Reply

Bookmarks

Tags
feature, import, tve3

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Import old recordings NorthernJohn Get Support 2 2008-03-09 12:26
Recordings Importer (tve3) snakeman65 Plugins 43 2008-03-08 23:09
cannot import tvguide.xml in TVE3 using xmltv plugin vvulture General Talk 2 2007-12-08 01:36
Feature request - automatic import and rename from specific folder level20peon My TVSeries 7 2007-11-28 09:42
Feature Request: Import from within MediaPortal steeef My TVSeries 2 2007-02-19 20:09


All times are GMT +1. The time now is 09:59.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden