Alt.Binz forum

New Alt.Binz versions => Requests => Closed requests => Topic started by: gzusrawx on November 17, 2007, 11:56:08 am

Title: NZBPlay - option to always sort rars, XBMC support
Post by: gzusrawx 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 (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
Title: Re: NZBPlay - option to always sort rars, XBMC support
Post by: cr4zyfr4g 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'
Title: Re: NZBPlay - option to always sort rars, XBMC support
Post by: gzusrawx 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,
Title: Re: NZBPlay - option to always sort rars, XBMC support
Post by: Rdl 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)
Title: Re: NZBPlay - option to always sort rars, XBMC support
Post by: gzusrawx 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
Title: Re: NZBPlay - option to always sort rars, XBMC support
Post by: Rdl 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.