liambrown Posted June 27, 2023 Report Posted June 27, 2023 (edited) 2 hours ago, jason said: On windows, there is a new utility called irtools.exe in the Flirc Application directory. Using the commandline, run the following: irtools.exe decode -l Note the codes that are spit out and label them in a text file for me, like the following: POWER, 0000 006D 0022 0002 015B 00AA 0014 0015 0014 0040 0014 0015 0014 0040 0014 0015 0014 0040 0014 0040 0014 0040 0014 0040 0014 0040 0015 003F 0014 0015 0014 0015 0014 0015 0014 0040 0014 0040 0014 0040 0014 0015 0014 0015 0014 0040 0014 0040 0014 0014 0014 0015 0014 0014 0014 0015 0014 0040 0014 0040 0014 0015 0014 0015 0014 0040 0014 0040 0014 0040 0014 05F1 0156 0056 0015 0E4A VOLUME UP, 0000 006D 0022 0002 015B 00AA 0014 0015 0014 0040 0014 0015 0014 0040 0014 0015 0014 0040 0014 0040 0014 0040 0014 0040 0014 0040 0015 003F 0014 0015 0014 0015 0014 0015 0014 0040 0014 0040 0014 0015 0014 0015 0014 0040 0014 0040 0014 0014 0014 0015 0014 0014 0014 0015 0014 0040 0014 0040 0014 0015 0014 0015 0014 0040 0014 0040 0014 0040 0014 05F1 0156 0056 0015 0E4A etc I'll help convert this into something you can import into the app. Thought I'd post this ^^^ here from another thread as I believe it answers both my above questions and may help others looking here that have a Flirc USB and want to get some pronto codes from a remote Extra thanks so Jason! Edited June 27, 2023 by liambrown Clarify 1 Quote
jason Posted June 28, 2023 Author Report Posted June 28, 2023 17 hours ago, liambrown said: I might be being thick but it seems the Admin/Brands tab Add button only accepts *.json files. What should I be doing with my .txt CSV file to get the JSON? I think we added a JSON validator that broke text csv importing. Just tried it. Quote
quattleb Posted June 29, 2023 Report Posted June 29, 2023 I'm using macOS 13.4.1 and wanted to check the Admin Mode Your suggested Terminal command returns "zsh No such File or Directory" when I use --- Mac Instructions: In a terminal: echo -e "{\n \"showAdminPanel\": true\n}" > ~/.config/SkipApp/config.json --- I turned on Show Hidden files and my home directory is devoid of any /.config subfolder. Where else to look? qb Quote
Sinan Posted June 30, 2023 Report Posted June 30, 2023 I have worked out all of the Pronto codes for my BenQ EW3280U monitor. I am attaching my json file to this post: BenQ-EW3280U-TV.json One problem I have left is that the volume up/down buttons don't send a continuous signal. Quote
jason Posted July 1, 2023 Author Report Posted July 1, 2023 On 6/29/2023 at 10:55 AM, quattleb said: I'm using macOS 13.4.1 and wanted to check the Admin Mode Your suggested Terminal command returns "zsh No such File or Directory" when I use --- Mac Instructions: In a terminal: echo -e "{\n \"showAdminPanel\": true\n}" > ~/.config/SkipApp/config.json --- I turned on Show Hidden files and my home directory is devoid of any /.config subfolder. Where else to look? qb do this first: mkdir -p ~/.config/SkipApp/ Quote
RColeman Posted July 12, 2023 Report Posted July 12, 2023 (edited) Checked my Mac and the config.json file does not exist. Checked my entire home folder and came up empty. also does not exist in the application container. Nevermind. Saw the previous comment too late. Edited July 12, 2023 by RColeman Quote
drebes Posted July 25, 2023 Report Posted July 25, 2023 On 3/4/2023 at 5:22 PM, jason said: Add this to the app Admin/Brands Tab with the Add button. Once done, you're device will show up in the app's wizard for you to assign buttons. Please share devices here and I will include them in the software for the community. I'm struggling to add the TXT files via this step, considering the SkipApp file selection dialog filters the file list only to JSON files. Tried both on the Mac (selecting of .txt file is disabled) and on Windows (by forcing *.* at the filename field to make the file show, but failing to import the selected file since it's not a JSON file.) Do you have a sample .txt format for me to try to import, or can you share the python script to convert them to JSON files? I'm using version 0.9.92 Beta of the SkipApp. Quote
liambrown Posted July 25, 2023 Report Posted July 25, 2023 15 minutes ago, drebes said: I'm struggling to add the TXT files via this step, considering the SkipApp file selection dialog filters the file list only to JSON files. Tried both on the Mac (selecting of .txt file is disabled) and on Windows (by forcing *.* at the filename field to make the file show, but failing to import the selected file since it's not a JSON file.) Do you have a sample .txt format for me to try to import, or can you share the python script to convert them to JSON files? I'm using version 0.9.92 Beta of the SkipApp. I think I recall @jason saying that the latest version of the app no longer accepts the .txt files right now. The python script is on I used this python script to successfully get a JSON file that worked. Good luck! Quote
drebes Posted July 25, 2023 Report Posted July 25, 2023 1 hour ago, liambrown said: I think I recall @jason saying that the latest version of the app no longer accepts the .txt files right now. The python script is on I used this python script to successfully get a JSON file that worked. Good luck! I'll try that. Thanks! Quote
drebes Posted July 26, 2023 Report Posted July 26, 2023 On 7/26/2023 at 12:06 AM, drebes said: I'll try that. Thanks! Worked with the linked script, but I had to adapt the protocol from "Pronto" to "PRONTO" otherwise the remote logs would give a message of invalid protocol. Quote
liambrown Posted July 27, 2023 Report Posted July 27, 2023 20 hours ago, drebes said: Worked with the linked script, but I had to adapt the protocol from "Pronto" to "PRONTO" otherwise the remote logs would give a message of invalid protocol. Ah yeah, sorry I did that tweak too, forgot to mention! How do you view the remote logs out of interest? Might help me with some other bits Quote
drebes Posted July 27, 2023 Report Posted July 27, 2023 2 hours ago, liambrown said: How do you view the remote logs out of interest? Might help me with some other bits SkipApp Admin tab (the wrench icon), then Remote Logs, and Refresh (with the remote connected via USB) 1 Quote
geobrick Posted August 6, 2023 Report Posted August 6, 2023 On 6/4/2023 at 7:14 PM, jason said: Thanks! Are only those keys missing? Is there a windows media center remote with full keyboard keys? No remote that I know of has all the keyboard commands but the "Microsoft MCE Keyboard" device available in the harmony app seems to have all the keyboard commands available to assign to any remote button. It allows me to use the remote to execute keyboard commands or combos for shortcuts on a windows PC. I use it for activities involving Kodi or media monkey or anything else on the PC that I have connected to my TV. For example, I put app shortcuts on the task bar and can execute them from a remote as needed or at the start of an activity. I can send the WIN+4 command to open an app then send WIN+5 to run an NirCmd that switches the default audio device. Upon switching activities, I can send an Alt-F4 command to close the app and WIN+6 to switch the default audio device back to what it was. It all dependent on the order of the shortcuts placed on the task bar. When using Kodi with a Flirc USB on a Raspberry Pi, I think I needed to learn the letter 'T' command and the 'delete' command from my harmony remote configured with the "Microsoft MCE Keyboard" device. That way I was able to toggle subtitles with a single button and delete a video file with one button (no need to use the context menu to delete something). That's what I'm hoping to do with the Skip 1s. Other than that, the remote seems to work well and I'm getting used to the button placements. I'm also learning the app (just realized today that I can add delays). 1 Quote
TonyC Posted September 5, 2023 Report Posted September 5, 2023 So I added a new brand with the JSON file format and I added the up, down, left, right and back but but it seems to be sending two commands as it jumps two icons when navigating. I have the repeat set to 1 and it does not allow me to go lower. Quote
WheelsofTime Posted November 4, 2023 Report Posted November 4, 2023 I feel like I'm missing something simple but trying to be self-sufficient. When I use the attached .txt file I get the following: C:\Users\#####\Downloads>python csv_to_skip.py c:\users\#####\documents\Topping-DX5-AV#Audio#Misc.txt > "Topping - DX5Pro.json" Traceback (most recent call last): File "C:\Users\#####\Downloads\csv_to_skip.py", line 44, in <module> "label": row[0], ~~~^^^ IndexError: list index out of range I'd like to learn how so I can add more as I can and then upload successful files here. What am I doing wrong? (Windows 11) Topping-DX5-AV#Audio#Misc.txt Quote
5tr4ub Posted December 16, 2023 Report Posted December 16, 2023 (edited) Skip1s is awesome, I made a json for my HDMI switch, and it works flawlessly! I have attached the json, if that helps anyone :) Device: Deltaco 3-port HDMI Switch 7026 https://www.deltaco.lv/lven/deltaco-prime-premium-3-port-hdmi-switch-with-ir-remote-control-ultra-hd-3840x2160-in-60hz-hdcp-2-2-cec-black-hdmi-7026.html Deltaco - 3-port HDMI Switch 7026.json Edited December 16, 2023 by 5tr4ub Quote
Gerry Posted January 12, 2024 Report Posted January 12, 2024 (edited) Just got my skip1s and so far it's working really well... except for ONE small thing. I'm use a FireTV on my LG OLED TV (OLED65A1AUA), and I've been trying to get the 1s to control most of the commands needed for it via the TV's HDMI-CEC functionality. However, there is one button that I need to create a sequence to be able to program the 'HOME' command, which will take me to the Fire Stick's 'Home' screen. The LG TV remote is the MR21GC magic remote. On it, there is a button that has a '...' image on it, labelled as the 'More Actions' button. Pressing this button opens up a context menu with additional commands for the Fire Stick remote, one being the 'Home' command. I've tried all of the commands available when assigning the LG Category's 1 and 2 models from the Skip App database, but none of them are able to open this 'More Actions' context menu. Is there a way I can get some help figuring out how I can get the 1s remote to 'press' this 'More Actions' button from the LG Magic Remote? I've attached the TV's documentation which included the button layout for it. There are also some key codes at the end of the manual, but I can't figure out how to use this to do what I'm looking to do... any help would be greatly appreciated. MFL71751732_03_S_211005+RS232 Guide ENG.pdf Edited January 12, 2024 by Gerry Quote
deerespe Posted February 21, 2024 Report Posted February 21, 2024 Can you edit my JSON file for MPC-HC player? Thank you. MPC-HC.JSON Quote
jason Posted February 23, 2024 Author Report Posted February 23, 2024 On 2/21/2024 at 12:34 PM, deerespe said: Can you edit my JSON file for MPC-HC player? Thank you. MPC-HC.JSON 4.26 kB · 1 download This doesn't look right. But looking at the manual you linked, which button is it in the following image? Quote
cuh7b5 Posted May 3, 2024 Report Posted May 3, 2024 Can I enable the Admin tab on Linux? I tried this with no luck: echo -e "{\n \"showAdminPanel\": true\n}" > ~/.config/SkipApp/config.json Quote
jason Posted May 3, 2024 Author Report Posted May 3, 2024 Click the three dots in the bottom right corner. Go to settings and accessibility. It’s in there for convenience now. 1 Quote
cyayon Posted August 5, 2024 Report Posted August 5, 2024 Hi, I have just ordered a Skip1s. I also installed the last version of SkipApp on MacOS (Branch: rc/0.9.980). In the CSV at the beginning of this thread there is A/V KEF LS Series WIreless Music System (which I need for my LS50W active speakers) but, In the app, there is only KEF Kit Series. Do I need to import a new database ? Thanks. Quote
Grayson Posted December 4, 2024 Report Posted December 4, 2024 On 3/4/2023 at 4:22 PM, jason said: Manually Importing a device For now, the only way to import a device is to enable our Admin Mode. Do so with the following: HI, im trying to add the following codes for a device, can you please explain how to do this: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.