Alt.Binz forum
New Alt.Binz versions => Requests => Closed requests => Topic started 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¶meter=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
-
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'
-
Oh ok wasn't sure about that saw the option though thank you. What do you think about adding XBMC support?
thanks,
-
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¶meter=smb:complete_network_path_to_download_dir%n <--- %n=filename.avi
or
http://xbox_ip/xbmcCmds/xbmcHttp?command=PlayFile¶meter=smb:complete_network_path_to_download_dir%N <--- %n=NZB_download_subdir/filename.avi (if you download to nzb subdir)
-
Yah the program doesn't ever seem to change %n to the filename.avi or %N to the sub directory/Filename.avi
-
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.