Created
July 7, 2023 10:29
-
-
Save vimagick/c387b85ac972854dbd98265e42e5b76f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # https://kodi.wiki/view/Databases/MyVideos | |
| # | |
| echo "select strFilename, lastPlayed from files where playCount > 0 order by lastPlayed desc limit 10" | | |
| sqlite3 ~/.kodi/userdata/Database/MyVideos121.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment