futeko.com FORUM
Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: futeko.com on May 06, 2016, 01:49:40 PM
-
This process creates persistent mountpoints (permanent folder locations retained after reboot) for Samba or NFS shares (including those with passwords). This improves access to these locations in apps including Kodi.
Credit to pcristi / Looun / Eriol
Requires:
- Windows PC to run the batch file at command prompt.
- Q5/Q10 Pro connected to same network as PC and the IP address of Q5/Q10 Pro (Settings - Network).
Instructions:
Stage 1. Create shortcuts in HiMedia MediaCentre.
- Open MediaCenter.
- Go to LAN / NFS
- Autosearch for PC/NAS.
- Choose your storage/pc and enter user login and password.
- Choose your share folder
- Save the shortcut.
(http://www.futeko.com/simg/2016_05_06_12.08.32.png)
Stage 2. Make your shortcuts persistent.
- Download ShortCut_Mount_v1.5.rar (version 1.5) to Windows PC: http://www.mediafire.com/file/c4koyn5pm413jw4/ShortCut_Mount_v1.5.rar (version 1.5)
- Unzip
- Execeute RUN_ME.bat at Windows command prompt
- Insert Q5/Q10 Pro IP address
- Q5/Q10 Pro will reboot automatically
- After reboot your shortcut shares will be mounted as follows:
Samba: /mnt/sdcard/(server name) _ ( path )
NFS: /mnt/nfsShare/(server name) _ ( path )
Don't remove shortcuts from HiMedia MediaCenter, this will remove the mountpoints.
Version History:
1.5
- Improve Android 7 compatibility
-
New method and instructions 2-JUN. Please post feedback at end of thread.
-
net mount folder ( es: /mnt/smb/mountpoint_01 ) it's not always fixed, sometimes changed when add or remove shortcut or after reboot.
For expert user it's better Tool Auto Mount http://www.android-mediaplayer.de/index.php/Thread/3299-Tool-Auto-Mount-Multimedia-shared-folder-without-root-Himedia-V200-pro/?postID=51597#post51597
-
Ah, really?
That messes up the fix for anything other than just one password protected share..
-
Ah, really?
That messes up the fix for anything other than just one password protected share..
99% is fixed .... but some times es: blackout, crash ....
-
Has stayed unchanged for me, at least w/Synology NAS, after reboots. looun's solution is better, but more difficult, so for most users (or impatient ones like me ;)), the described procedure above works very well.
-
I agree Looun's solution is better but this is much easier.
Hopefully mountpoint names will stick. They seem to be named sequentially so I don't see why they would change... but... it needs testing.
-
This should be OK for multiple shares as long as you don't delete shortcuts in HiMedia Media Center.
If you delete shortcuts then mountpoint order may change and your Kodi shortcut might end up pointing to a different share location.
-
please, do not consider me stubborn, but :
what about remote smb shares autside local network ?
-
First method with shortcuts is broken on the last firmware. No more automount after reboot.
I am trying to use second method, but I have some troubles. I want to mount nfs share, not smb at startup. I use the following command with adb:
c:\adb shell mount -t nfs -o nolock,udp 192.168.1.17:/volume1/video /mnt/nfs/video
I have an error - mount: invalid argument.
I'm not familary know android linux. Seems like mount has different arguments there from other linux. Can someone help me with correct arguments?
And little question. I didn't found rc scripts in /system/etc. Is script install-recovery.sh runs at startup by desing for android? And what is doing ShowToastMessage.apk?
-
I have found the right command. if it will be usefull for somebody:
c:\adb shell busybox mount -t nfs -o nolock,udp 192.168.1.17:/volume1/video /mnt/nfs/video
-
First method with shortcuts is broken on the last firmware. No more automount after reboot.
Thanks for posting. I will try and get this functionality restored.
-
there is also easy version for beginer useer:
http://www.android-mediaplayer.de/index.php/Thread/3325-Tool-New-Auto-Mount-Multimedia-shared-folder-EASY-version-Himedia-V200-pro/
-
I suspect still not all that easy for the average user!
What would be better is HiMedia implementing something like this into firmware. That's what I will keep asking them to do.
-
This method does not work in firmware 1.0.3. The network location is not auto-mounted.
We are trying to get HiMedia to restore the automounting.
RestoreMountShortCut_functionality_via_Menu_update
1 Download RestoreMountShortCut_functionality_via_Menu_update_v1.1.0.zip
http://www.mediafire.com/download/3zac85icilzuu4l/RestoreMountShortCut_functionality_via_Menu_update_v1.1.0.zip
2 Rename RestoreMountShortCut_functionality_via_Menu_update_v1.1.0.zip to update.zip
3 Copy update.zip to /sdcard/update.zip via ES Explorer / samba share / etc or just put on root of USB/HDD attached device
4 Follow normal Menu update process: - Setting/System upgrade/ Local Upgrade/Please Choose Drive: Ex: C for /sdcard/update.zip
5 Q10Pro will show an Android droid logo and proceed update.zip file.
Enjoy autoMount SMB/NFS ShortCut and you movie playing via wrapper.
Use at your own risk.
This process is not wipe data, for safety reason please backup all your important information.
-
there is also easy version for beginer useer:
http://www.android-mediaplayer.de/index.php/Thread/3325-Tool-New-Auto-Mount-Multimedia-shared-folder-EASY-version-Himedia-V200-pro/
this one works PERFECT !
no need to mess with Q10. pc in local network is fine. nice and easy. saved me hours :-)
-
new tool: Mount Media Center ShortCut
http://www.android-mediaplayer.de/index.php/Thread/3406-Tool-Mount-Media-Center-ShortCut-LAN-share-folder-SMB-SAMBA-into-SDCARD-folder/#post53659
-
>:( >:(
Ok so I'm a dunce! ;D ;D
Now we've got that out of the way I need help!
Trying to configure this darn wrapper thing and getting nowhere. got this in my SMB.txt file id this right?
192.168.1.72|\\SERVER\d\|GLEN|jamieb92|movies1
192.168.1.72|\\SERVER\f\movies|GLEN|jamieb92|movies2
192.168.1.72|\\SERVER\e\Movies 2|GLEN|jamieb92|movies3
-
# split the row into variables from special chareter |
# ip_NAS|share_path|username|password|mount_path
# 192.168.0.2|share/film|admin|1234|FILM
You can't mount in some folder so try:
192.168.1.72|d|GLEN|jamieb92|films
192.168.1.72|f/movies|GLEN|jamieb92|films1
192.168.1.72|e/Movies 2|GLEN|jamieb92|films2
>:( >:(
Ok so I'm a dunce! ;D ;D
Now we've got that out of the way I need help!
Trying to configure this darn wrapper thing and getting nowhere. got this in my SMB.txt file id this right?
192.168.1.72|\\SERVER\d\|GLEN|jamieb92|films
192.168.1.72|\\SERVER\f\movies|GLEN|jamieb92|films
192.168.1.72|\\SERVER\e\Movies 2|GLEN|jamieb92|films
-
That's it, Thank you ;D ;D!
-
This link download a files called install-recovery_v1.1.1.rar, is the link broken.?
RestoreMountShortCut_functionality_via_Menu_update
1 Download RestoreMountShortCut_functionality_via_Menu_update_v1.1.1.zip
https://drive.google.com/file/d/0B_qwAWhrOhTBVXIzbXlRVGUzckU/view
2 Rename RestoreMountShortCut_functionality_via_Menu_update_v1.1.1.zip to update.zip
3 Copy update.zip to /sdcard/update.zip via ES Explorer / samba share / etc or just put on root of USB/HDD attached device
4 Follow normal Menu update process: - Setting/System upgrade/ Local Upgrade/Please Choose Drive: Ex: C for /sdcard/update.zip
5 Q10Pro will show an Android droid logo and proceed update.zip file.
Enjoy autoMount SMB/NFS ShortCut and you movie playing via wrapper.
Use at your own risk.
This process is not wipe data, for safety reason please backup all your important information.
-
This link download a files called install-recovery_v1.1.1.rar, is the link broken.?
Thx, corected link and version in OP
http://www.mediafire.com/download/3zac85icilzuu4l/RestoreMountShortCut_functionality_via_Menu_update_v1.1.0.zip
-
This link download a files called install-recovery_v1.1.1.rar, is the link broken.?
Thx, corected link and version in OP
http://www.mediafire.com/download/3zac85icilzuu4l/RestoreMountShortCut_functionality_via_Menu_update_v1.1.0.zip
many thanks this has solved the SMB problem, will this break when the next firmware update is applied.?
-
# split the row into variables from special chareter |
# ip_NAS|share_path|username|password|mount_path
# 192.168.0.2|share/film|admin|1234|FILM
You can't mount in some folder so try:
192.168.1.72|d|GLEN|jamieb92|films
192.168.1.72|f/movies|GLEN|jamieb92|films1
192.168.1.72|e/Movies 2|GLEN|jamieb92|films2
>:( >:(
Ok so I'm a dunce! ;D ;D
Now we've got that out of the way I need help!
Trying to configure this darn wrapper thing and getting nowhere. got this in my SMB.txt file id this right?
192.168.1.72|\\SERVER\d\|GLEN|jamieb92|films
192.168.1.72|\\SERVER\f\movies|GLEN|jamieb92|films
192.168.1.72|\\SERVER\e\Movies 2|GLEN|jamieb92|films
Can I ask is there a way to put a say 30 delay in this script as I need to send a WOL to my server to wake it up before mounting the drives?
OR Himedia could just sort it properly! Love the Wrapper idea , just needs tweeking
-
Hi , i'm new here .
I've received q5 pro 2 days ago with the last firmware .
I've a nas with user and pass .... i've read all in this tread but i don't understand , what is the best method that work on firmware 1.03 ???
The firmware 1.03 had already the wrapper active ? If yes , which guide i must follow for use kodi wrapper ?
I'm confused
Thank you
-
Hi , i'm new here .
I've received q5 pro 2 days ago with the last firmware .
I've a nas with user and pass .... i've read all in this tread but i don't understand , what is the best method that work on firmware 1.03 ???
The firmware 1.03 had already the wrapper active ? If yes , which guide i must follow for use kodi wrapper ?
I'm confused
Thank you
Just go in the principal menu in Apps and activate Wrapper to "Install", that's all. When you open after Kodi, you can try to play a movie and see that you the Wrapper. You have use at once the remote control and see that you can change the Subtitle and Audio with button as well.
-
Ok Thx , i will try ;)
-
Simlpe solution if you have a NAS:
0. Connect in Kodi (Video /file/add video) with SMB your Kodi to NAS (with username and password of NAS).
1. Create a Guest user on your NAS.
2. Give for Guest user "just reading" access to the Directory which contains your movies on NAS.
Ready!
You can start the movie files from Kodi (which will be with wrapper start the q10 pro media center) and your q10 pro media center as a Guest can read the move files from NAS. (So not needed any pre-connection of media center to NAS).
-
I've got an opposite problem. A PC , running on Windows 10pro, that I use to watch a video by SMB, is turned on for always. To make it possible to start it automatically after a black out (electricity interruption) or after a Windows update, that requires a restart, I don't use a password on it, a user name only. The current version of wrapper doesn't allow to start the wrapper without a password. All fields in its setting window must be filled in.
Is there any solution to start the wrapper without setting password on my PC, but with username only? I think it would be useful to make a two versions of wrapper (with and without a password)..
If you suggest me to use an older version of wrapper, are there any conflicts with current firmware (1.0.5) on Q5pro?
-
Guys, I don't believe there's no ideas here...
-
I've got an opposite problem. A PC , running on Windows 10pro, that I use to watch a video by SMB, is turned on for always. To make it possible to start it automatically after a black out (electricity interruption) or after a Windows update, that requires a restart, I don't use a password on it, a user name only. The current version of wrapper doesn't allow to start the wrapper without a password. All fields in its setting window must be filled in.
Is there any solution to start the wrapper without setting password on my PC, but with username only? I think it would be useful to make a two versions of wrapper (with and without a password)..
If you suggest me to use an older version of wrapper, are there any conflicts with current firmware (1.0.5) on Q5pro?
Isn't it possible to set the PC up without a username for Samba access? i.e. guest access? That would be the more usual way to set up a Samba share without a password.
Alternatively, if you do want a username, set it up with a password?
Am sorry to give you what might be obvious answers, but to have a Samba share set up with a username and password, and then for the password to be blank, is unusual.
-
Thanks.
Problem is solved by unmarking username and password requirement in cmd -> "control userpasswords2" or "netplwiz" command.
-
I've got an opposite problem. A PC , running on Windows 10pro, that I use to watch a video by SMB, is turned on for always. To make it possible to start it automatically after a black out (electricity interruption) or after a Windows update, that requires a restart, I don't use a password on it, a user name only. The current version of wrapper doesn't allow to start the wrapper without a password. All fields in its setting window must be filled in.
Is there any solution to start the wrapper without setting password on my PC, but with username only? I think it would be useful to make a two versions of wrapper (with and without a password)..
If you suggest me to use an older version of wrapper, are there any conflicts with current firmware (1.0.5) on Q5pro?
This beta version of the wrapper should enable the use of a blank Samba password: http://www.mediafire.com/download/b58mi0f9727jt7a/WRAPPER_BETA._ENABLE_BLANK_SAMBA_PASSWORD._1.0.1_HMD_801_Release.apk
All testing appreciated.
-
Doesn't work for me. Black screen with "HimediaPlayer" on top.
-
I am unable to play movies using Kodi through NFS, when Wrapper settings, is "Set to Wrapper Player".
It works fine when Wrapper setting is "Set to Kodi Player"
Any idea why Kodi "Set to Wrapper Player" cannot access NFS? No password set for NFS.
As otherwise it works fine with local USB HDD.
Thanks!
-
I am unable to play movies using Kodi through NFS, when Wrapper settings, is "Set to Wrapper Player".
It works fine when Wrapper setting is "Set to Kodi Player"
Any idea why Kodi "Set to Wrapper Player" cannot access NFS? No password set for NFS.
As otherwise it works fine with local USB HDD.
Thanks!
same problem here also. ???
-
I am unable to play movies using Kodi through NFS, when Wrapper settings, is "Set to Wrapper Player".
It works fine when Wrapper setting is "Set to Kodi Player"
Any idea why Kodi "Set to Wrapper Player" cannot access NFS? No password set for NFS.
As otherwise it works fine with local USB HDD.
Thanks!
Wrapper is incompatible with NFS except when NFS is set up using the method detailed in the opening post of this thread (http://www.futeko.com/newforum/index.php?topic=813.0).
It's not clear whether you were using that method or not, but it should allow NFS shares to be played with wrapper.
-
I followed the easier method and it works fine now. Thanks! :-)
-
pcristi / Looun patch doesn't work very well with Android 7 anymore -> it fails to mount my drives.
I figured that the OS needs some delay after startup to mount so I added 20 sec sleep (10 wasn't enough) before the mounts in the script and it solved the problem.
-
pcristi / Looun patch doesn't work very well with Android 7 anymore -> it fails to mount my drives.
I figured that the OS needs some delay after startup to mount so I added 20 sec sleep (10 wasn't enough) before the mounts in the script and it solved the problem.
Can you post (or email mail@futeko.com) the updated script? I will update the OP with it.
-
pcristi / Looun patch doesn't work very well with Android 7 anymore -> it fails to mount my drives.
I figured that the OS needs some delay after startup to mount so I added 20 sec sleep (10 wasn't enough) before the mounts in the script and it solved the problem.
Can you post (or email mail@futeko.com) the updated script? I will update the OP with it.
I just replaced line 21 -> "sleep 1;" with "sleep 20;"
But I would appreciate if pcristi could look into the problem, maybe it's just an anomaly with my network setup (I got strange behaviors with SMB / NFS with this device anyways) and you guys don't need the fix.
-
i will check
-
My first post. So excuse me for being a newbie!
Method works, but: there's no way to specify a deep path than share. My share is video, but under it I have cartoons, tv series and movies...I would love to have it as separate shortcuts.
Still digging...it was a Santa present and I'm yet to dig it properly.
I'll write another post with experience as a new user of Q10 Pro. Overall it looks mind blowing. But it feels like some features may need a bit of polishing.
-
-
Hi everyone ,
Since I upgraded my Q5Pro to HDM-1.0.8 ,the automount shortcut doesn't work anymore ,I need to open the shortcut in the MediaCenter manually first to be able to access it in Kodi ,so ,any idea for restore the automount functionality ?? Can I use the RUN_ME batch file again or this method will erase the previous shortcut for create a new one at another path ?
Thank you .
-
After every official f/w install scripts is lost, need RUN_ME batch file again.
Hi everyone ,
Since I upgraded my Q5Pro to HDM-1.0.8 ,the automount shortcut doesn't work anymore ,I need to open the shortcut in the MediaCenter manually first to be able to access it in Kodi ,so ,any idea for restore the automount functionality ?? Can I use the RUN_ME batch file again or this method will erase the previous shortcut for create a new one at another path ?
Thank you .
-
Ok ,Thanks :)
-
How do I get Kodi to see my 2 Qnap's when using NFS? Nothing happens when I try browse network using NFS. It's working fine in the other Mediaplayer and even play video using NFS. I thought it was going to work now because of the NFS fix in latest firmware.
-
new version 1.5 improve compatibly to andorid 7 , thanks to Eriol.
http://www.mediafire.com/file/c4koyn5pm413jw4/ShortCut_Mount_v1.5.rar
-
Thanks for the new version.
I have updated opening post and re-written the out of date instructions.
I've also made the thread sticky to go with the other patch threads.
-
Created nfs share (that i created in my synology NAS before) in the media center (this share works fine im Kodi!)
I used the .bat everything looks good
Reboot
Kodi...add video...mmt/nfsshare....
But i can't enter this forder... mhh
What now?
[attachment deleted by admin]
-
There should be a subdirectory under mmt/nfsshare containing your NFS share.
If the patch hasn't created this subdirectory then either the share wasn't created properly in media center in the first place or the patch has not completed successfully.
Does the NFS share you created in media center appear in media center as a shortcut?
Can you see a subdirectory under mmt/nfsshare using a file browser app like ES File Explorer?
If you're sure the shortcut is there then run the patch again. This process definitely works. I just re-tested it on an NFS share with Kodi. Resume also works, at least before a reboot. I haven't tested it with a reboot.
-
There should be a subdirectory under mmt/nfsshare containing your NFS share.
There is. But empty...
If the patch hasn't created this subdirectory then either the share wasn't created properly in media center in the first place or the patch has not completed successfully.
The patch was successful. the picture i attached is from the 2nd time i execute it.
Does the NFS share you created in media center appear in media center as a shortcut?
yes its there. look at the screen. sometimes i can not enter "bad error" or "bad server" something error message. in Kodi e.g. it works everytime.
Can you see a subdirectory under mmt/nfsshare using a file browser app like ES File Explorer?
i used ES and the folder is empty.
If you're sure the shortcut is there then run the patch again. This process definitely works. I just re-tested it on an NFS share with Kodi. Resume also works, at least before a reboot. I haven't tested it with a reboot.
the shortcut is there. i tested with both .BAT. why there is sometimes the error message?
thank you 4 your help!
[attachment deleted by admin]
-
A couple of things to try:
You get an error when installing the patch. Try running the batch file to uninstall patch then reinstalling it.
Your NFS shortcut in media center contains the '/' character. I don't know for sure but this may cause problems when used for mapping in the Android filesystem. Re-create the share and give it a name with only alphanumeric characters.
-
A couple of things to try:
You get an error when installing the patch. Try running the batch file to uninstall patch then reinstalling it.
Your NFS shortcut in media center contains the '/' character. I don't know for sure but this may cause problems when used for mapping in the Android filesystem. Re-create the share and give it a name with only alphanumeric characters.
Ok. I executed the patch now three times. The first time was without an error. All others contain this "error".
I created the nfs in my synology (/volume1/video)
Than i go into the media center and there to the option nfs
Auto search
He finds my nas... i click on it...goes in and i see the content folders.
He ask for a name (long) and name (short)
I typed in "video" (without "")
Hit OK
shortcut is displayed as you can see on the screen above.
Execute the bat from my win 10 pro PC
Himedia Reboot alone
Going to the mnt/ nfsshare folder ? empty
Mhhh..
-
-
Hello,
Use the Shorcut-mount 1.5 and i can only see in my computer the NAS share in nmt..... but not in the Himedia way ??? when try to add sources in Kodi for movies, series ........
Can someone have already this mistake....
-
I'm having the same issue with the automount. The main folders get created but I cannot see the subfolders in File Manger or Kodi
-
mhhh...how can i deinstall the old installation?
Go to Settings - My Apps and uninstall the ShowToast app.
-
I'm having the same issue with the automount. The main folders get created but I cannot see the subfolders in File Manger or Kodi
I don't have this problem.
What type of share is it (Samba/NFS - NAS/Windows PC)? I suspect you'll need to set permissions on the folders to be viewable by all.
-
# split the row into variables from special chareter |
# ip_NAS|share_path|username|password|mount_path
# 192.168.0.2|share/film|admin|1234|FILM
You can't mount in some folder so try:
192.168.1.72|d|GLEN|jamieb92|films
192.168.1.72|f/movies|GLEN|jamieb92|films1
192.168.1.72|e/Movies 2|GLEN|jamieb92|films2
>:( >:(
Ok so I'm a dunce! ;D ;D
Now we've got that out of the way I need help!
Trying to configure this darn wrapper thing and getting nowhere. got this in my SMB.txt file id this right?
192.168.1.72|\\SERVER\d\|GLEN|jamieb92|films
192.168.1.72|\\SERVER\f\movies|GLEN|jamieb92|films
192.168.1.72|\\SERVER\e\Movies 2|GLEN|jamieb92|films
Can I ask is there a way to put a say 30 delay in this script as I need to send a WOL to my server to wake it up before mounting the drives?
OR Himedia could just sort it properly! Love the Wrapper idea , just needs tweeking
having trouble with both my Wrapper and auotmaounting my NAS folders
Wiz it looks like you figured both of theses things out. if you can help me please I would be most appreciative. getting very frustrated with this thing.
-
I have a NFS share. It works without problems in Kodi. But with automount it doesn't work.
I will try the tip to deinstall this on weekend.
-
This process creates persistent mountpoints (permanent folder locations retained after reboot) for Samba or NFS shares (including those with passwords). This improves access to these locations in apps including Kodi.
Credit to pcristi / Looun / Eriol
Requires:
- Windows PC to run the batch file at command prompt.
- Q5/Q10 Pro connected to same network as PC and the IP address of Q5/Q10 Pro (Settings - Network).
Instructions:
Stage 1. Create shortcuts in HiMedia MediaCentre.
- Open MediaCenter.
- Go to LAN / NFS
- Autosearch for PC/NAS.
- Choose your storage/pc and enter user login and password.
- Choose your share folder
- Save the shortcut.
(http://www.futeko.com/simg/2016_05_06_12.08.32.png)
S
Version History:
1.5
- Improve Android 7 compatibility
when I go to LAN and search it says No server found. yet I can go to Internal sdcard and go to the server folders
-
I have a NFS share. It works without problems in Kodi. But with automount it doesn't work.
I will try the tip to deinstall this on weekend.
Do you know how to use ADB? You should check the content of the directory with root as well to see if it is a permission problem.
-
ADB?
Sorry i just can't remember.
The rights for the folder in the NAS i took from the F&Q thread.
-
-
This process creates persistent mountpoints (permanent folder locations retained after reboot) for Samba or NFS shares (including those with passwords). This improves access to these locations in apps including Kodi.
Credit to pcristi / Looun / Eriol
Requires:
- Windows PC to run the batch file at command prompt.
- Q5/Q10 Pro connected to same network as PC and the IP address of Q5/Q10 Pro (Settings - Network).
Instructions:
Stage 1. Create shortcuts in HiMedia MediaCentre.
- Open MediaCenter.
- Go to LAN / NFS
- Autosearch for PC/NAS.
- Choose your storage/pc and enter user login and password.
- Choose your share folder
- Save the shortcut.
(http://www.futeko.com/simg/2016_05_06_12.08.32.png)
Stage 2. Make your shortcuts persistent.
- Download ShortCut_Mount_v1.5.rar (version 1.5) to Windows PC: http://www.mediafire.com/file/c4koyn5pm413jw4/ShortCut_Mount_v1.5.rar (version 1.5)
- Unzip
- Execeute RUN_ME.bat at Windows command prompt
- Insert Q5/Q10 Pro IP address
- Q5/Q10 Pro will reboot automatically
- After reboot your shortcut shares will be mounted as follows:
Samba: /mnt/sdcard/(server name) _ ( path )
NFS: /mnt/nfsShare/(server name) _ ( path )
Don't remove shortcuts from HiMedia MediaCenter, this will remove the mountpoints.
Version History:
1.5
- Improve Android 7 compatibility
Hello,
Make this procedure to have Persistent mountpoints for SAMBA and d'ont work very well.
Siometimes lose one of them and have the link to folder "appfuse".
So at this time i have to reboot the Himedia to have it again in right way. So can you explain to me what it's done.
At this time, it will very difficult to come back and try to share my folder NAS.
For information i'm using the CS 2.01 Firmware.
The ShortCut_Mount_v1.5 don't work very fine, perhaps i missed something but i'm sure to make as the procedure step by step.
Thanks for your helps
-
-
So.. I have no understand..can you tell me the right option for persistant multiponts with last firmware android 7? There is a method ok? Thank you
-
No I can't, but give a try
0 - don't install this version of patch for FW with WallPoster app
1 - make all wanted shortcut on MediaCenter --> just for using later if need it
2 - reboot
3 - duplicate a same shortcut on Wallpaper --> to get fix mountpoints
4 - reboot and check persistent mountpoints are create in Samba --> /mnt/smb/, NFS --> /mnt/nfsShare/
PS: Are conflict between MediaCenter and WallPoster so first need create shortcut on MediaCenter.
So.. I have no understand..can you tell me the right option for persistant multiponts with last firmware android 7? There is a method ok? Thank you
-
Ok , thank you for this :)
-
I have the MX Player in the kodi as default player. As I understand it, one must mount the nas. It is only over the mount with the script correctly? About kodi, I can not add the nas? When I click on a movie crash the mx player. So I thought it was the mount. If I now take your script, then the shortcut works in the media player perfect and after the reboot is the shortcut broken. In kodi / sdcard .... is the folder empty.
Any idea
I'm sorry for the bad english
-
I have the MX Player in the kodi as default player. As I understand it, one must mount the nas. It is only over the mount with the script correctly? About kodi, I can not add the nas? When I click on a movie crash the mx player. So I thought it was the mount. If I now take your script, then the shortcut works in the media player perfect and after the reboot is the shortcut broken. In kodi / sdcard .... is the folder empty.
Any idea
I'm sorry for the bad english
From Kodi you cannot play files over the network with external players like MX Player by default. You either need a wrapper or need to play network files mounted to the local filesystem.
If I understand you correctly, the mountpoints script you downloaded from here doesn't do the mounts. And not just the mountpoints are not working but the shortcuts in Media Center getting broken as well?
-
I dont understand wrapper, i will use The Mount Script.
1. Shortcut in Media Player is working (link to my synology folder)
2. I start The Script (remount succesfully)
3. Restart The Box
4. The Box Display mounting my Mountpoint
5. In kodi -> movies -> files -> browse to sdcard.... Folder with my Servername -> empty
6. The shortcut in Media Player is broken.
The Script says "File already exist" after The msg remount. Is that correct when i repeat Start The Script?
When i delete the shortcut, restart The Box, Then is The mnt Server folder still exist.
-
- Mount to /sdcard not working on Android 7 / permission not allow for Kodi, only DLNA server/Samba server can access.
- WallPoster create permanent mount point, so mount point script are in conflict if WallPoster apps use it . (avoided if use repack CFW v2.0.3).
- FW v2.0.3 permission not allow in /mnt/nfsShare or /mnt/smb for Kodi. (will be fixed on next CFW).
Please read msg16084 too
http://www.futeko.com/newforum/index.php?topic=813.msg16084#msg16084
-
Originally, I did not want to configure anything extra. Then I have seen that it is only the few steps to set the mx as default and then set the mnt points. So I wanted to deal with the 4k ratio problem.
Now is not synonymous again and must do something else. I can not look through anymore. I have Android 7 and Kodi 17 and would like to finally see 4k movies.
-
I'm having problems with NFS access.
I have created shortcuts and I have made them permanent with the procedure used in this post.
I can access through the shortcuts to the NAS and I can see the videos stored there.
The problem starts when I enter KODI and I want to add the files and select NFS, I get connection error and I can not access the NAS.
Then I go to the media player and go to the shortcuts and I can not see any file, I get connection error to the server.
What could be happening? Any ideas?
-
- this script/tool mount NFS in this path /mnt/nfsShare/(server name) _ ( path )
- Use SMB/SAMBA is better for streaming file , NFS is good for file operation like virtal OS
-
Hello,
I have just install the official FW 2.1.4 but the ShortCut_Mount_v1.5.rar (version 1.5) doesn't work and it is not possible to play kodi with the external player.
Could you suggest how to solve?
-
Hi everyone,
I installed PCRISTI CFW 2.1.4 some time ago
Everything worked fine with Kodi + Wrapper
I had created the shortcuts in Mediacenter and everything was OK.
Now I have added a CARTOONS folder, I created the shortcut but when I go to Kodi to see a cartoon it always tells me that it is not mounted.
I've never used ShortCut_Mount_v1.5.rar before so I'm wondering: how did the other movie folders work?
I tried to use ShortCut_Mount_v1.5.rar but now nothing works anymore!
I deleted the shortcuts and recreated them and then I relaunched ShortCut_Mount_v1.5.rar but it often gives me an error and if I try a second time it says OK but then in KODI it doesn't work the same.
Furthermore, now if I look for my Synology NAS inside the media center I can see it as well as before, I enter with the username and password and for example create the shortcut for the BluRay folder.
It works, reboot and when I try to re-enter the BluRay shortcut from the media center to see if I can still see all the files it tells me ERROR CONNECTION, while the other folders work!
I can't understand anything anymore!
Is there a way to uninstall ShortCut_Mount_v1.5.rar and go back to normal?
Even if I then have to understand why a new CARTOONS folder shared like the others doesn't work....
Please let me understand.
Thank you!