[RELEASE] Navi-X (Script) Media Browser

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
falafael Offline
Fan
Posts: 534
Joined: Aug 2006
Reputation: 1
Location: Nottinghamshire, united kingdom
Post: #431
Hi, i am trying to download a couple of items of navi-x, via XBMC eden on windows, i have made a folder on a drive, but i cannot find the option to tell navi where to put the downloaded file.
Can anyone advise me where the option is to do this?
Thanks

[Image: widget]
find
isitmeor Offline
Junior Member
Posts: 24
Joined: May 2012
Reputation: 0
Post: #432
Hi there
every time I try to download something or even when I speedtest with navi-x
xmbc hangs and I have to reboot all over again
Am i The only one?
find
iR0NBiLL Offline
Banned
Posts: 135
Joined: Nov 2011
Post: #433
(2012-05-29 15:42)falafael Wrote:  Hi, i am trying to download a couple of items of navi-x, via XBMC eden on windows, i have made a folder on a drive, but i cannot find the option to tell navi where to put the downloaded file.
Can anyone advise me where the option is to do this?
Thanks

When you highlight an item in a Navi-X playlist, you can hit the "Menu" key on your keyboard. It's the button between the right "Alt" and "Ctrl" keys that looks like a mouse pointer hovering over a drop down box.

When you highlight an item and hit this, you get other options like "Play", "Download", etc. Hit download and a popup box will appear, showing you the current location that is set for saving and options to save, ok or cancel it. You can also hit browse and browse to your folder you want to save to and afterwards, before hitting save you can re-name your file as well.

I hope this helps.

iRoNBiLL

(2012-05-31 15:51)isitmeor Wrote:  Hi there
every time I try to download something or even when I speedtest with navi-x
xmbc hangs and I have to reboot all over again
Am i The only one?

I doubt you are the only one. Navi-X sometimes has issues with our "processors" or URL resolvers that fail during regular use of Navi-X on XBMC. Typically the python interpreter will fail or a processor for resolving URL's needs to be fixed because a site admin has made changes in the way their site delivers media. Just let us know what particular playlist you are looking at, what links you tried and the point of failure occurs and where we can find the playlist in Navi-X, as well as the name of the playlist verbatim you are trying to figure out what is going wrong with.

Navi-X Support Forums
http://www.navixtreme.com/forums

This way we will see your support request sooner and can troubleshoot quickly in depth with youvia Skype or chat box. Thanks.

iRoNBiLL
(This post was last modified: 2012-06-06 10:16 by iR0NBiLL.)
find
eggy Offline
Junior Member
Posts: 1
Joined: Jun 2012
Reputation: 0
Post: #434
So I started using Navi-X because Icefilms and Project free TV are too unreliable, and I love the entire layout and system. The problem is that every time I try to select an episode of something I want to watch (in this case it's Adventure Time), I get the message "Could not parse initial page". Anyone have any idea what this means? A Google search turned up absolutely nothing....

I should mention I'm on a j/b'd ATV2, Navi-x software is 3.7.5
(This post was last modified: 2012-06-09 21:40 by eggy.)
find
kreeturez Offline
Donor
Posts: 139
Joined: Aug 2011
Reputation: 0
Lightbulb  jDownloader Support Post: #435
Really enjoying this add-on. The interface took a bit of getting used to; but have found some gems within this portal. Thanks to the whole Navi-X team!

jDownloader is an awesome cross-platform, open-source download manager. There's also a great XBMC Plugin for controlling it (details here); which also offers other plugin developers an easy API Interface for adding downloads to it.

Whilst this Navi-X plugin does do a rather good job of managing downloads, would it be possible to have an additional 'Download with jDownloader' option to have downloads sent to jDownloader?

jD also does a good job of parsing file locker links for hundreds of file sharing services (some of which aren't yet natively supported by the Navi-X plugin itself); and I use it with it's Speed Limiting option to ensure downloads don't interfere with streaming by other members of my household...

The other benefit is that the actual jDownloader app can be running on another machine on the network - useful for centralized downloading of content.

Once again, thanks for a great add-on!
find
debian Offline
Junior Member
Posts: 7
Joined: Mar 2012
Reputation: 0
Location: Fl
Post: #436
does navi-x allow syncing multiple installs across the network?

XBMC 11.0 Git:20120321-14feb09
Macbook 2.16Ghz Intelcore2 duo 2Gb ddr2 OSX 10.6.8
Imac 3.06 Ghz Intel corei3 4Gb OSX 10.6.8
Ipad 1 64gb
Ipad 3 64gb
find
kreeturez Offline
Donor
Posts: 139
Joined: Aug 2011
Reputation: 0
Post: #437
Don't think so - but you could 'Browse' over the network (and set a file-shared playlist as home) to share your playlists across multiple instances...

Edit: couldn't get this to work (can't seem to do a network browse); but you could always just create an account on the NaviX site and 'Sign In' to Navi-X from your various machines to have them view your online playlists.

You could also manually copy your playlist (.PLX) files across...

(2012-06-25 13:18)debian Wrote:  does navi-x allow syncing multiple installs across the network?
(This post was last modified: 2012-06-25 20:51 by kreeturez.)
find
spoyser Offline
Senior Member
Posts: 236
Joined: Oct 2011
Reputation: 10
Post: #438
(2012-06-14 17:53)kreeturez Wrote:  Really enjoying this add-on. The interface took a bit of getting used to; but have found some gems within this portal. Thanks to the whole Navi-X team!

jDownloader is an awesome cross-platform, open-source download manager. There's also a great XBMC Plugin for controlling it (details here); which also offers other plugin developers an easy API Interface for adding downloads to it.

Whilst this Navi-X plugin does do a rather good job of managing downloads, would it be possible to have an additional 'Download with jDownloader' option to have downloads sent to jDownloader?

jD also does a good job of parsing file locker links for hundreds of file sharing services (some of which aren't yet natively supported by the Navi-X plugin itself); and I use it with it's Speed Limiting option to ensure downloads don't interfere with streaming by other members of my household...

The other benefit is that the actual jDownloader app can be running on another machine on the network - useful for centralized downloading of content.

Once again, thanks for a great add-on!

I added JDownloader functionality into my own Navi-X ages ago, thought it was just me it thought it was a good idea!

To add it you just need to replace the onDownload method in navix.py with this:

Code:
######################################################################
        # Description: Handle download context menu in main list.
        # Parameters : -
        # Return     : -
        ######################################################################
        def onDownload(self):
            self.state_busy = 1 #busy
            
            #first check if URL is a remote location

            pos = self.getPlaylistPosition()
            entry = copy.copy(self.pl_focus.list[pos])

            #if the entry has no thumb then use the logo
            if (entry.thumb == "default") and (self.pl_focus.logo != "none"):
                entry.thumb = self.pl_focus.logo
            
            if (entry.URL[:4] != 'http') and (entry.URL[:3] != 'ftp'):
                dialog = xbmcgui.Dialog()
                dialog.ok("Error", "Cannot download file.")                    
                self.state_busy = 0 #busy
                return

            possibleChoices = ["Download", "Download + Shutdown", "JDownload", "Download Speed Test", "Cancel"]
            dialog = xbmcgui.Dialog()
            choice = dialog.select("Download...", possibleChoices)
                      
            if (choice != -1) and (choice < 2):
                if choice == 0:
                    self.downlshutdown = False #Reset flag
                if choice == 1:
                    self.downlshutdown = True #Set flag
                  
                #select destination location for the file.
                self.downloader.browse(entry, self.dwnlddir)

                if self.downloader.state == 0:
                    #update download dir setting
                    self.dwnlddir = self.downloader.dir
                    
                    #Get playlist entry
                    #Set the download location field.
                    entry.DLloc = self.downloader.localfile
                
                    self.downloader.add_queue(entry)
                        
                    if self.downloader.download_isrunning() == False:
                        dialog = xbmcgui.Dialog()                
                        if dialog.yesno("Message", "Start download now?") == True:
                            self.downloader.download_start(self.downlshutdown)
              
                elif self.downloader.state == -1:
                    dialog = xbmcgui.Dialog()
                    dialog.ok("Error", "Cannot locate file.")
            
            if (choice != -1) and (choice == 3): #download speed test
                result = self.downloader.DownLoadSpeedTest(entry)
                if result != 0:
                    dialog = xbmcgui.Dialog()
                    dialog.ok("Error", "Download Speed Test Failed.")

            if (choice != -1) and (choice == 2):
               s = 'plugin://plugin.program.jdownloader/?action=addlink&url='+entry.URL
               s = 'XBMC.RunPlugin(' + s + ')'
               xbmc.executebuiltin(s)
        
            self.state_busy = 0 #not busy

Of course you also need the XBMC JDownloader addin installed as well.
find
kreeturez Offline
Donor
Posts: 139
Joined: Aug 2011
Reputation: 0
Post: #439
@spoyser Fantastic - thanks for sharing!

I do like the built-in Navi-X downloader; but JDownloader is a really nice alternative - hopefully the add-on devs can add your code as a secondary download option to the main repo... It's all done for them Smile

Thanks again!
(This post was last modified: 2012-06-25 21:00 by kreeturez.)
find
Lucii3n Offline
Junior Member
Posts: 25
Joined: Jun 2012
Reputation: 0
Post: #440
Hello,

I have a problem ... My favorites channel work but if i click on Navi-Xtreme Media Portal is doesn't work.

I have this error : " couldn't not open this file " ... is that normal ?
find
Thread Closed