Author Topic: NZBPlay - option to always sort rars, XBMC support  (Read 10229 times)

Offline gzusrawx

  • Contributor
  • ***
  • Posts: 8
NZBPlay - option to always sort rars, XBMC support
« on: November 17, 2007, 11:56:08 AM »
Is there any way an option can be added to always sort rars as in NZBplay for using with something besides vlc like XBMC(http://www.xboxmediacenter.com). Or native xbmc support would be cool. You can send a file to XBMC via an http command you just need to know the xbox's ip address for ex.:

http://<xbox ip>/xbmcCmds/xbmcHttp?command=PlayFile&parameter=smb://<currentpc ip>/C/Files/<Filename>.avi

If anyone is interested in implimenting it let me know I'll help in any way I can

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: NZBPlay - option to always sort rars, XBMC support
« Reply #1 on: November 17, 2007, 12:12:14 PM »
Is there any way an option can be added to always sort rars as in NZBplay

since 0.26.4: Setup -> NZB#2: 'sort rars while importing'

Offline gzusrawx

  • Contributor
  • ***
  • Posts: 8
Re: NZBPlay - option to always sort rars, XBMC support
« Reply #2 on: November 17, 2007, 10:53:06 PM »
Oh ok wasn't sure about that saw the option though thank you. What do you think about adding XBMC support?

thanks,

Offline Rdl

  • Administrator
  • *****
  • Posts: 3918
Re: NZBPlay - option to always sort rars, XBMC support
« Reply #3 on: November 17, 2007, 11:52:39 PM »
Oh ok wasn't sure about that saw the option though thank you. What do you think about adding XBMC support?

thanks,
No problem adding that. How about using instead of path to player exe, string like this:
http://xbox_ip/xbmcCmds/xbmcHttp?command=PlayFile&parameter=smb:complete_network_path_to_download_dir%n        <--- %n=filename.avi
or
http://xbox_ip/xbmcCmds/xbmcHttp?command=PlayFile&parameter=smb:complete_network_path_to_download_dir%N        <--- %n=NZB_download_subdir/filename.avi (if you download to nzb subdir)

Offline gzusrawx

  • Contributor
  • ***
  • Posts: 8
Re: NZBPlay - option to always sort rars, XBMC support
« Reply #4 on: November 19, 2007, 12:35:59 AM »
Yah the program doesn't ever seem to change %n to the filename.avi or %N to the sub directory/Filename.avi

Offline Rdl

  • Administrator
  • *****
  • Posts: 3918
Re: NZBPlay - option to always sort rars, XBMC support
« Reply #5 on: November 21, 2007, 06:59:58 PM »
Yah the program doesn't ever seem to change %n to the filename.avi or %N to the sub directory/Filename.avi
That's cause it wasn't implemented uptil now.