ניגון קבצי ISO
תוספת לפתרון הקודם שעושה את החיים קלים יותר
בנוסף להתקנת DAEMONTOOLS, יצרתי לי סקריפט שיריץ אותו אוטומטית, כלומר:
אחרי השיוך של קבצי ISO (כנ"ל לגבי CUE, IMG...) עם הסקריפט, כל מה שצריך לעשות זה דאבל קליק על קבצי ה ISO וזהו (בדר"כ ווינדוס כבר ישאל אותך האם אתה לנגן את הסרט ETC ETC ETC).
תוכן הסקריפט:
במידה והתוכנה מותקנת בספריה אחרת, יש לשנות את שורת ההרצה.
אתה יכול לשים את הקובץ בכל מקום (רק לא להזיז אותו אחרי השיוך).
שם הקובץ לא חשוב למעט שהסיומת יהיה BAT, השם שבחרתי לקובץ הזה הוא PlayISO.bat.
אחרי השיוך של קבצי ISO (כנ"ל לגבי CUE, IMG...) עם הסקריפט, כל מה שצריך לעשות זה דאבל קליק על קבצי ה ISO וזהו (בדר"כ ווינדוס כבר ישאל אותך האם אתה לנגן את הסרט ETC ETC ETC).
תוכן הסקריפט:
קוד: בחירת הכל
echo off
set run="C:\Program Files\DaemonTools\daemon.exe" -mount 0,%1
echo %run%
pause
%run%
אתה יכול לשים את הקובץ בכל מקום (רק לא להזיז אותו אחרי השיוך).
שם הקובץ לא חשוב למעט שהסיומת יהיה BAT, השם שבחרתי לקובץ הזה הוא PlayISO.bat.
אז יש פיתרון יותר אלגנטי מזה, אבל לא DIY... באתר של DAEMON אפשר להוריד פלאגינים לחלונות (אני עובד עם awx_DTools), שמאפשרים בקליק ימני על הקובץ, או על הכונן הוירטואלי, לבצע MOUNT ו-UNMOUNT...
לגבי MEDIAPORTAL, אין לי מושג לגבי פלאגינים לתוכנה, אבל אם היא קוראת מדיסקים, אז היא תעבוד בצורה שקופה למשתמש עם DAEMON TOOLS.
לגבי MEDIAPORTAL, אין לי מושג לגבי פלאגינים לתוכנה, אבל אם היא קוראת מדיסקים, אז היא תעבוד בצורה שקופה למשתמש עם DAEMON TOOLS.
- kalinium
-
- חבר ותיק

- תגובות: 1315
- הצטרף: פברואר 2006
- מיקום: תל אביב
- נתן תודות: 63 פעמים
- קיבל תודות: 60 פעמים
המדיהפורטל תומך בזה בצורה מובנית,
בלי פלאגין בלי כלום.
תתקין daemon tools, תגדיר למדיפורטל איפה הוא יושב ב-settings,
ואתה אפילו יכול לבחור אם יעשה automount
מתוך ה-wiki של MP:
Daemon Tools is a separate application for mounting CD- and DVD-images on virtual drives. MediaPortal is using this application for automounting CD/DVD-images in My Videos. (Only in My Videos??) Image files are shown as folders when this option is enabled.
Automount .iso/.bin files using Daemon tools
Tells MediaPortal to use Daemon tools for mounting image files.
Daemon Tools
Path to your Daemon Tools executable.
Virtual drive
Drive letter where the mounted image files are going to appear as a drive.
Drive Number
Daemon tools supports up to 4 Drives. Enter the number of the Daemon tool drive you want to use (0 to 3). Keep in mind that the first drive is drive number 0.
Ask before playing .iso/.bin files
Note: these settings should be the same as setup in daemon tools!
In Daemon Tools v4.03 ensure that Secure Mode is unticked.
You don't need to start Daemon Tools along with MediaPortal, it will only be executed on-demand and on-the-fly within MediaPortal, transparently.
בלי פלאגין בלי כלום.
תתקין daemon tools, תגדיר למדיפורטל איפה הוא יושב ב-settings,
ואתה אפילו יכול לבחור אם יעשה automount
מתוך ה-wiki של MP:
Daemon Tools is a separate application for mounting CD- and DVD-images on virtual drives. MediaPortal is using this application for automounting CD/DVD-images in My Videos. (Only in My Videos??) Image files are shown as folders when this option is enabled.
Automount .iso/.bin files using Daemon tools
Tells MediaPortal to use Daemon tools for mounting image files.
Daemon Tools
Path to your Daemon Tools executable.
Virtual drive
Drive letter where the mounted image files are going to appear as a drive.
Drive Number
Daemon tools supports up to 4 Drives. Enter the number of the Daemon tool drive you want to use (0 to 3). Keep in mind that the first drive is drive number 0.
Ask before playing .iso/.bin files
Note: these settings should be the same as setup in daemon tools!
In Daemon Tools v4.03 ensure that Secure Mode is unticked.
You don't need to start Daemon Tools along with MediaPortal, it will only be executed on-demand and on-the-fly within MediaPortal, transparently.


