diff src/track/media.cc @ 366:886f66775f31

animone: add preliminary AT-SPI stuff anime_list: finish the regular singular right click menu
author Paper <paper@tflc.us>
date Sun, 17 Nov 2024 19:56:01 -0500
parents 1faa72660932
children
line wrap: on
line diff
--- a/src/track/media.cc	Wed Oct 02 23:06:43 2024 -0400
+++ b/src/track/media.cc	Sun Nov 17 19:56:01 2024 -0500
@@ -29,7 +29,11 @@
 	return animone::GetResults(players, results);
 }
 
-/* meh */
+/* The results from this function are KIND OF guaranteed to be UTF-8;
+ * more specifically any files returned are UTF-8 as required by the C++
+ * standard. However, window titles are not, and for some obscure X11
+ * window managers, WILL not be in UTF-8. I don't care enough about this
+ * to do anything about it though. */
 bool GetCurrentlyPlaying(std::vector<std::string>& vec) {
 	std::vector<animone::Result> results;