riccoyu / QLSubtitles

A macOS app providing Quick Look preview for subtitle files such as srt, vtt or ass files
MIT License
23 stars 0 forks source link

problem in viewing .srt #1

Open Ryan-the-hito opened 11 months ago

Ryan-the-hito commented 11 months ago
(base) ryanshenefield@Ryans-MBP ~ % /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump Type | grep -B10 -e "tags:.*srt"
type id:                    com.github.riccoyu.qlsubtitles.subrip (0x13f88)
bundle:                     Quick Look Subtitles (0xde7c)
uti:                        com.github.riccoyu.qlsubtitles.subrip
localizedDescription:       "en" = ?, "LSDefaultLocalizedValue" = "SubRip"
flags:                      active  exported  trusted (0000000000000051)
icons:                      0 values (180092 (0x2bf7c))
                            {
                            }
reference URL:              http://en.wikipedia.org/wiki/SubRip
conforms to:                public.plain-text
tags:                       .srt
--
--------------------------------------------------------------------------------
type id:                    com.goodsnooze.srt (0x5820)
bundle:                     MacWhisper (0x172c)
uti:                        com.goodsnooze.srt
localizedDescription:       "en" = ?, "LSDefaultLocalizedValue" = "Subtitle file"
flags:                      active  exported  trusted (0000000000000051)
icons:                      0 values (27740 (0x6c5c))
                            {
                            }
conforms to:                public.plain-text
tags:                       .srt, text/plain
--
tags:                       .bib

--------------------------------------------------------------------------------
type id:                    cz.wz.zuggy.subrip (0x58b8)
bundle:                     iA Writer (0x175c)
uti:                        cz.wz.zuggy.subrip
localizedDescription:       "Base" = ?, "de" = ?, "en" = ?, "es" = ?, "fr" = ?, "it" = ?, "ja" = ?, "ko" = ?, "LSDefaultLocalizedValue" = "SubRip", "pt" = ?, "ru" = ?, "zh-Hans" = ?, "zh-Hant" = ?
flags:                      active  imported  trusted (0000000000000041)
reference URL:              http://zuggy.wz.cz
conforms to:                public.plain-text
tags:                       .srt
ryanwuson commented 11 months ago

type id: com.goodsnooze.srt (0x13c90) bundle: MacWhisper (0xc088) uti: com.goodsnooze.srt localizedDescription: "en" = ?, "LSDefaultLocalizedValue" = "Subtitle file" flags: active exported trusted (0000000000000051) icons: 0 values (158320 (0x26a70)) { } conforms to: public.plain-text tags: .srt, text/plain

type id: com.github.riccoyu.qlsubtitles.subrip (0x1440c) bundle: Quick Look Subtitles (0xe298) uti: com.github.riccoyu.qlsubtitles.subrip localizedDescription: "en" = ?, "LSDefaultLocalizedValue" = "SubRip" flags: active exported trusted (0000000000000051) icons: 0 values (181900 (0x2c68c)) { } reference URL: http://en.wikipedia.org/wiki/SubRip conforms to: public.plain-text tags: .srt

riccoyu commented 11 months ago

MacWhisper app exports a new UTI "com.goodsnooze.srt", which is "strong" to the os. QLSubtitles does not recognize this UTI. And there is no successful preview.

Fixed this issue in a new release

Ryan-the-hito commented 11 months ago

MacWhisper app exports a new UTI "com.goodsnooze.srt", which is "strong" to the os. QLSubtitles does not recognize this UTI. And there is no successful preview.

Fixed this issue in a new release

Thanks for your work, I tried again...(⊙o⊙)…The new version doesn't work for me either...😅

riccoyu commented 11 months ago

MacWhisper app exports a new UTI "com.goodsnooze.srt", which is "strong" to the os. QLSubtitles does not recognize this UTI. And there is no successful preview. Fixed this issue in a new release

Thanks for your work, I tried again...(⊙o⊙)…The new version doesn't work for me either...😅

Please check:

Ryan-the-hito commented 11 months ago

MacWhisper app exports a new UTI "com.goodsnooze.srt", which is "strong" to the os. QLSubtitles does not recognize this UTI. And there is no successful preview. Fixed this issue in a new release

Thanks for your work, I tried again...(⊙o⊙)…The new version doesn't work for me either...😅

Please check:

  • [x] delete every copy of the old version QLSubtitles app, empty trash, make sure only the newer version app left
  • [x] if it doesn's work, try to reboot your mac

Cheked both. Didn't work...