Kodi Community Forum
Release Engineering TV episodes: Broken - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release Engineering TV episodes: Broken (/showthread.php?tid=178795)

Pages: 1 2


Engineering TV episodes: Broken - Wally25 - 2013-11-28

plugin.video.engineeringtv: Broken

Image

What it is: http://www.engineeringtv.com
Engineering TV episodes. Penton Media launched EngineeringTV in 2007 across its design engineering group which includes Electronic Design, Machine Design, Power Electronics Technology, Microwaves & RF, Mobile Dev & Design, Medical Design, Motion System Design, Source ESB and Electronic Design Europe. Since that time it has generated millions of page views and hundreds of thousands of unique visitors.

Features:
  • Links to Youtube Channel. http://www.youtube.com/user/engineeringtv
  • Support to set Viwemodes for current skin or any custom viewmode under settings. Supports all skins as of 2015-02-20.
  • Add-To / View Playlist via Context Menu.
  • View the Related Videos of any video via Context Menu.
  • All HTTP Resources are cached localy for speed improvements, allowing for HTTP 304 not modified support.
  • Any HTTP Resource can be forced refreshed via Context Menu.
  • Ability to make and save searches
Tested with Helix on:
Windows, Linux

Download:
This add-on can be found in the official kodi.tv add-on repository.
This add-on can also be downloaded from my Git Repo.

Change log:
Code:
Version 2.0.1 2016-01-04
- Fixed bug with some videos not playing. Now playes from youtube where possible
- Added option to disable url caching from the add-on settings
- Disable SD/HD video flag, Unable to determine resolution
- Removed script.module.parsedom dependency

Version 2.0.0 2015-02-20
- Fixed backkup video url scraper
- Removed download support
- Changed to use the YouTube V3 API
- Changed to auto select content type
- Changed to auto select sort methods
- Changed settings.xml to use new methods for setting view mode
- Changed to return a generator instead of a list
- Some small method renames

Version 1.0.2 2014-06-30
- Update Strings to strings.po
- Added UnitTests
- Added Most Recent video catagory
- Minor speed improvements by reducing the number of redirects
- And a lot more small improvements

Source Code: https://github.com/willforde/plugin.video.engineeringtv
Note If you get error "Dependencies not met". You may need to install the latest script.module.xbmcutil addon.


RE: Engineering TV episodes - pdalger - 2014-02-14

This addon looks promising but none of the videos will play. Is this addon broken?


RE: Engineering TV episodes - Wally25 - 2014-02-14

O crap. I must check that out but unfortunately I don't have
any proper Internet right now. Just my mobile. Will fix as soon as I can.
Had a big storm where I live.


RE: Engineering TV episodes - pdops - 2014-02-15

The YouTube channel links work fine. Hope you're surviving the storm OK.


RE: Engineering TV episodes - Wally25 - 2014-02-16

I think that I have a temporary fix if anyone is interested in testing.
Just go to plugin.video.engineeringtv/resources/lib/main.py and change line 147

From: url = re.findall('link=(\S+?)" autoplay controls poster', sourceCode)[0]
To: url = re.findall('src=\\"(http://\S+?)" autoplay controls poster', sourceCode)[0]


RE: Engineering TV episodes - pdops - 2014-02-16

No joy with the temporary fix for me but I'm a newbie with this stuff. I used WinSCP and edited this file

/home/pi/.xbmc/addons/plugin.video.engineeringtv/resources/lib/main.py

When I try to play a movie I get "An unexpected error has occurred" I then rebooted and tried again with the same error.


RE: Engineering TV episodes - Lunatixz - 2014-02-17

(2014-02-16, 23:05)pdops Wrote: No joy with the temporary fix for me but I'm a newbie with this stuff. I used WinSCP and edited this file

/home/pi/.xbmc/addons/plugin.video.engineeringtv/resources/lib/main.py

When I try to play a movie I get "An unexpected error has occurred" I then rebooted and tried again with the same error.

Same, otherwise I was enjoying this plugin Smile


RE: Engineering TV episodes - pdops - 2014-02-25

Wally25 are you still dealing with the aftermath of the storm?


RE: Engineering TV episodes - Wally25 - 2014-02-25

I have fixed and updated the addon. Here is the list of changes for version 1.0.1
- Fixed Video Url Scraper After Site Changed, Now Has Better Video Quality
- Added a Fallback Video Scraper if main Scraper Failes
- Added Search with Save Searches Support
- Added Support for Related Videos via context menu
- Added Full Unicode Support


RE: Engineering TV episodes - pdops - 2014-02-25

Thanx for the fixes and update. I tried a couple of movies which both played OK.


RE: Engineering TV episodes - pdops - 2014-02-26

When selecting 'Play All' from the context menu the first video plays fine but then it errors out ('Problem loading video' or some such). This has happened several times and in different categories of videos.


RE: Engineering TV episodes - Wally25 - 2014-02-26

Interesting, Will look into that. Thanks for testing.
Bugs will always find there way in.


RE: Engineering TV episodes - Wally25 - 2014-02-26

(2014-02-26, 00:30)pdops Wrote: When selecting 'Play All' from the context menu the first video plays fine but then it errors out ('Problem loading video' or some such). This has happened several times and in different categories of videos.

Unfortunately I can't seam to recreate the problem that you are having. If I may ask, what version of xbmc are you running and what type of Operating System are you running it on. Thanks


RE: Engineering TV episodes - pdops - 2014-02-26

RaspbMC on a Raspberry Pi


RE: Engineering TV episodes - Wally25 - 2014-02-26

Give me a few day and i should be able to test that out on my own Pi. But someone else has it at the moment.