-
on line 264 you have:
sils = read_gpm_playlist(mdir, trackdir='Thumbs **u**p')
Unlike windows, Linux is case sensitive, so should be:
sils = read_gpm_playlist(mdir, trackdir='Thumbs **U**p')
I…
-
Hi there!
Thanks for creating GPM! Godot's lack of a dependency management system has been bugging me for a while and I'm glad to have stumbled upon this. I was wondering whether this project is st…
-
IMERG data are now characterized by a 90° N - 90° S spatial coverage. We can now consider every row of IMERG files. In https://github.com/ITHACA-org/gpm-accumul/blob/master/gpm_repo/gpm_wrapper.py we …
-
Hello developers,this was an new caes added GATT/CL/GPM/BV-11-C,This is a new case added recently, the script is not yet supported and involves hdl_wid_165 hdl_wid_153. Will these hdl be supported sub…
-
## Service
* [x] WebView
* [ ] AssetManagement
* [ ] Communicator
* [ ] LogViewer
* [ ] Manager
* [ ] UI
* [ ] Profiler
* [ ] Adapter
* [ ] DLST
## Version
Write the version that yo…
-
An icon for the Play music to help with creating 3rd party icons for themeing, and in the event GPM becomes more social app to enable icons for direct sharing to GPM from a web page. Attached white m…
-
```
AC_ARG_ENABLE(gpm,
AC_HELP_STRING([--disable-gpm], [disable gpm mouse support [[default=auto]]]),
[GPM="$enalbeval"],
[GPM=auto])
AC_ARG_ENABLE(vesa,
…
-
```
AC_ARG_ENABLE(gpm,
AC_HELP_STRING([--disable-gpm], [disable gpm mouse support [[default=auto]]]),
[GPM="$enalbeval"],
[GPM=auto])
AC_ARG_ENABLE(vesa,
…
-
This might be an incredibly stupid issue, but it looks like users that don't subscribe to google play music aren't able to search for songs based on video_hits or extract a youtube video.
Is there …
-
I encountered the following issue trying to use the Direct Upload interface in the Grav Admin plugin (Grav v1.6.16 - Admin v1.9.10 with PHP 7.2.19). On line 191 of Installer.php, $zip->getNameIndex(0…