how to make a bookmark setting
-
@15183299387
במקום כל הבלאגן הזה
פשוט ניתן להגדיר בכניסה למערכת שישמעו את ההודעה
"לחזרה למיקום האחרון אליו האזנתם הקישו #"
הגדרת השלוחה היא:type=last_play -
הסיבה לכך היא שאם מישהו רוצה לשמור כמה מקומות, לא רק אחד, הוא אמור להיות מסוגל
-
@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 menuIn the main extension, define:
type=menu hash_extension=yesExplanation: The
type=menusetting defines the extension as a menu and thehash_extension=yessetting turns the#key into an address to an internal extension calledHash.
2. Creating the bookmark management extension (
Hashfolder)Create a folder called
Hashunder the main extension. Inside it, create 9 extensions (folders) numbered 1-9. Each extension (for exampleHash/5) will direct the listener to the appropriate extension that stores the location:In the
ext.inifile of extension/Hash/5(for example):type=go_to_folder go_to_folder=/Bookmarks/5So, pressing
#and then5will 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/1to/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=yesfolder_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
8key to save a bookmark while listeningSo that the listener can press
8in 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=/SelectSlotThis setting will take the listener to a new menu extension called
SelectSlotwhen pressing8.
5. Creating a bookmark selection menu (
SelectSlot)Within the
SelectSlotextension, 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.inifile of the/SelectSlot/5extension:type=go_to_folder go_to_folder=/Bookmarks/5When the listener types
8and then5, they will be taken to the/Bookmarks/5extension. Since this is an extension that "mirrors" the same files (viafolder_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!
-
@מייבין-במקצת 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"?!
-
@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 ביז 9 ווי א משוגענער אויפ'ן קלאוויאטור? דריק פשוט Ctrl + D און דער אייבערשטער וועט שוין העלפן אז דיין בלעטערל וועט זיך היטן ווי אן אוצר!

- אויב דאס איז א שפיל (קאמפיוטער געים): הלוואי וואלטן מיר געקענט אזוי שנעל קלייבן מצוות און גוטע מעשים ווי דו ווילסט קלייבן דיינע 9 סימניות! זאג אונדז וועלכע שפיל עס איז, און מיר וועלן דיר שיקן א ישועה.

- אויב דאס איז עכטע פאפיר פאר א ספר: נחום, ברענג די שערקעלעך! שנייד אויס ניינצן שטיקלעך פאפיר, לייג אריין אין חומש, און הארך אויף צו קנייטשן די בלעטער ווי א חיה!

אויב דו ווילסט ווייטער פארשטיקן דעם ענין, זאג מיר:
- צי רעדט מען פון א קאמפיוטער?
- צי רעדט מען פון א געים?
- צי מיינסטו עכטע פאפיר פאר א גוט קאפיטל תהילים?
זאג מיר וואס דיין הארץ באגערט, און מיר וועלן מאכן א תקנה!
- אויב דו מיינסט קאמפיוטער קנעפלעך (כראם): פארוואס דריקן 1 ביז 9 ווי א משוגענער אויפ'ן קלאוויאטור? דריק פשוט Ctrl + D און דער אייבערשטער וועט שוין העלפן אז דיין בלעטערל וועט זיך היטן ווי אן אוצר!
-
@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=1Of 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=2The settings for the specific bookmark deletion extension:
type=api api_link=http://0777.atwebpages.com/simania.php api_add_0=menu=3 -
@sh0548534047 I don't understand, Where I have to write the second and the third thing?
-
@Shulem
Make two more extensions- To delete bookmarks
- To edit bookmarks
-
@sh0548534047 thanks it works!
Did someone know the system message numbers of that? -
@Shulem
It has no system messages because it is built on an API.
שלום! נראה שהשיחה הזו מעניינת אותך, אבל עדיין אין לך חשבון.
נמאס לכם לגלול בין אותם הפוסטים בכל ביקור? כשנרשמים לחשבון, תמיד תחזרו בדיוק למקום שבו הייתם קודם, ותוכלו לבחור לקבל התראות על תגובות חדשות (בין אם במייל, ובין אם בהתראת פוש). תוכלו גם לשמור סימניות ולפרגן ב-upvote לפוסטים כדי להביע הערכה לחברי קהילה אחרים.
בעזרת התרומה שלך, הפוסט הזה יכול להיות אפילו טוב יותר 💗
הרשמה התחברות