• דף הבית
    • אינדקס קישורים
    • פוסטים אחרונים
    • משתמשים
    • חיפוש בהגדרות המתקדמות
    • חיפוש גוגל בפורום
    • ניהול המערכת
    • ניהול המערכת - שרת private
    • הרשמה
    • התחברות

    how to make a bookmark setting

    מתוזמן נעוץ נעול הועבר שאלות ועזרה הדדית
    15 פוסטים 8 כותבים 507 צפיות 5 עוקבים
    טוען פוסטים נוספים
    • מהישן לחדש
    • מהחדש לישן
    • הכי הרבה הצבעות
    תגובה
    • תגובה כנושא
    התחברו כדי לפרסם תגובה
    נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.
    • 1 מנותק
      15183299387
      נערך לאחרונה על ידי

      אני רוצה באמצע שמועות שיעור ורוצים לחזור אליו מאוחר יותר, תוכלו למשל ללחוץ על 8, אחרי זה תוכלו לבחור בין 1-9, ובאם בחר למשל 5, כשחוזרים, וירצה להחזיר לשעור ששמערלמשל ילחוץ על # ואחכ 5, ויחזור למקום שהיה באמצע השעור וכן יהיה אפשריות ל9 פעמים

      ש תגובה 1 תגובה אחרונה תגובה ציטוט 0
      • ש מנותק
        שואל שאלה @15183299387
        נערך לאחרונה על ידי

        @15183299387
        במקום כל הבלאגן הזה
        פשוט ניתן להגדיר בכניסה למערכת שישמעו את ההודעה
        "לחזרה למיקום האחרון אליו האזנתם הקישו #"
        הגדרת השלוחה היא:

        type=last_play
        
        תגובה 1 תגובה אחרונה תגובה ציטוט 0
        • 1 מנותק
          15183299387
          נערך לאחרונה על ידי

          הסיבה לכך היא שאם מישהו רוצה לשמור כמה מקומות, לא רק אחד, הוא אמור להיות מסוגל

          מ תגובה 1 תגובה אחרונה תגובה ציטוט 0
          • מ מנותק
            מייבין במקצת @15183299387
            נערך לאחרונה על ידי

            @15183299387 Apologies... I didn't understand you well...

            In any case, to make a system that allows the listener to save up to 9 different locations and return to them later using the # key from the main menu - you will define the following settings:


            1. Defining the # key in the main menu

            In the main extension, define:

            type=menu
            hash_extension=yes
            

            Explanation: The type=menu setting defines the extension as a menu and the hash_extension=yes setting turns the # key into an address to an internal extension called Hash.


            2. Creating the bookmark management extension (Hash folder)

            Create a folder called Hash under the main extension. Inside it, create 9 extensions (folders) numbered 1-9. Each extension (for example Hash/5) will direct the listener to the appropriate extension that stores the location:

            In the ext.ini file of extension /Hash/5 (for example):

            type=go_to_folder
            go_to_folder=/Bookmarks/5
            

            So, pressing # and then 5 will move the listener to the extension that stores the fifth bookmark.


            3. Creating the bookmark extensions to store the location

            You need to create 9 extensions in the path /Bookmarks/1 to /Bookmarks/9. These extensions are the "mirrors" of your content lessons, and each of them will remember a separate location.

            In each such extension (for example /Bookmarks/5) set:

            type=playfile
            folder_to_play=the path to the extension where the lessons are located
            save_last_play=yes
            last_play_auto=yes
            
            • folder_to_play: The path to the extension where the actual lesson files are located.
            • save_last_play=yes: Causes the system to remember where the listener stopped in this extension.
            • last_play_auto=yes: Causes the system to automatically return the listener to the exact point where they stopped as soon as they enter the extension.

            4. Setting the 8 key to save a bookmark while listening

            So that the listener can press 8 in the middle of a lesson and choose which bookmark to save the location to, set in the original lessons extension (where the lessons are actually located):

            control_play8=go_to_folder
            playfile_control_play_8_goto=/SelectSlot
            

            This setting will take the listener to a new menu extension called SelectSlot when pressing 8.


            5. Creating a bookmark selection menu (SelectSlot)

            Within the SelectSlot extension, create 9 internal extensions (1-9). Each of them will simply take the listener to continue listening through the selected bookmark.

            For example, in the ext.ini file of the /SelectSlot/5 extension:

            type=go_to_folder
            go_to_folder=/Bookmarks/5
            

            When the listener types 8 and then 5, they will be taken to the /Bookmarks/5 extension. Since this is an extension that "mirrors" the same files (via folder_to_play), they will continue listening as usual, but from now on their location will be saved under bookmark 5.

            I hope the translation was clear enough and didn't disrupt the guide...

            Good luck!

            S תגובה 1 תגובה אחרונה תגובה ציטוט 1
            • S מנותק
              Shulem @מייבין במקצת
              נערך לאחרונה על ידי

              @מייבין-במקצת I tried to do it but when I press 8 in a playfile extension the system says "sory but this action can not be Perform"?!

              תגובה 1 תגובה אחרונה תגובה ציטוט 0
              • פ מנותק
                פלוס
                נערך לאחרונה על ידי

                @15183299387 כתב בhow to make a bookmark setting:

                could somone halpme how to make a bookmark full 1-9
                please because im a beginner

                אוי וויי, זארג זיך נישט, מיין טייערער קאמראד! אלע גרויסע פראפעסארן האבן אמאל אנגעהויבן מיט קאשע אין קאפ! 🥣
                דו פרעגסט וויאזוי צו מאכן א "בוקמארק פול 1-9"? נו, עס ווענדט זיך וואס דו זוך ארום:

                1. אויב דו מיינסט קאמפיוטער קנעפלעך (כראם): פארוואס דריקן 1 ביז 9 ווי א משוגענער אויפ'ן קלאוויאטור? דריק פשוט Ctrl + D און דער אייבערשטער וועט שוין העלפן אז דיין בלעטערל וועט זיך היטן ווי אן אוצר! 💻
                2. אויב דאס איז א שפיל (קאמפיוטער געים): הלוואי וואלטן מיר געקענט אזוי שנעל קלייבן מצוות און גוטע מעשים ווי דו ווילסט קלייבן דיינע 9 סימניות! זאג אונדז וועלכע שפיל עס איז, און מיר וועלן דיר שיקן א ישועה. 🎮
                3. אויב דאס איז עכטע פאפיר פאר א ספר: נחום, ברענג די שערקעלעך! שנייד אויס ניינצן שטיקלעך פאפיר, לייג אריין אין חומש, און הארך אויף צו קנייטשן די בלעטער ווי א חיה! 📖

                אויב דו ווילסט ווייטער פארשטיקן דעם ענין, זאג מיר:

                • צי רעדט מען פון א קאמפיוטער?
                • צי רעדט מען פון א געים?
                • צי מיינסטו עכטע פאפיר פאר א גוט קאפיטל תהילים?

                זאג מיר וואס דיין הארץ באגערט, און מיר וועלן מאכן א תקנה!

                S תגובה 1 תגובה אחרונה תגובה ציטוט 0
                • S מנותק
                  sh0548534047 @פלוס
                  נערך לאחרונה על ידי

                  @15183299387
                  Below are the settings that need to be added in the file playback extension:

                  control_playX=send_api
                  api_link=http://0777.atwebpages.com/simania.php
                  api_add_0=menu=1
                  

                  Of course, replace X with the desired key, or moreA and the desired key with the key with additional options.

                  Migrations to the extension beyond the bookmark:

                  type=api
                  api_link=http://0777.atwebpages.com/simania.php
                  api_add_0=menu=2
                  

                  The settings for the specific bookmark deletion extension:

                  type=api
                  api_link=http://0777.atwebpages.com/simania.php
                  api_add_0=menu=3
                  

                  המקור

                  S תגובה 1 תגובה אחרונה תגובה ציטוט 0
                  • S מנותק
                    Shulem @sh0548534047
                    נערך לאחרונה על ידי Shulem

                    @sh0548534047 I don't understand, Where I have to write the second and the third thing?

                    S תגובה 1 תגובה אחרונה תגובה ציטוט 0
                    • S מנותק
                      sh0548534047 @Shulem
                      נערך לאחרונה על ידי

                      @Shulem
                      Make two more extensions

                      1. To delete bookmarks
                      2. To edit bookmarks
                      S תגובה 1 תגובה אחרונה תגובה ציטוט 0
                      • S מנותק
                        Shulem @sh0548534047
                        נערך לאחרונה על ידי Shulem

                        @sh0548534047 thanks it works!
                        Did someone know the system message numbers of that?

                        תגובה 1 תגובה אחרונה תגובה ציטוט 0

                        שלום! נראה שהשיחה הזו מעניינת אותך, אבל עדיין אין לך חשבון.

                        נמאס לכם לגלול בין אותם הפוסטים בכל ביקור? כשנרשמים לחשבון, תמיד תחזרו בדיוק למקום שבו הייתם קודם, ותוכלו לבחור לקבל התראות על תגובות חדשות (בין אם במייל, ובין אם בהתראת פוש). תוכלו גם לשמור סימניות ולפרגן ב-upvote לפוסטים כדי להביע הערכה לחברי קהילה אחרים.

                        בעזרת התרומה שלך, הפוסט הזה יכול להיות אפילו טוב יותר 💗

                        הרשמה התחברות
                        • פוסט ראשון
                          פוסט אחרון