[–] [S] 1 point 6 months ago

I’m running both but I’m back to mainly using emby.

I’m disappointed in him both of them track the “continue watching” shows in a series, especially if the video is currier and breaks some time in the middle of playback.

  • source
  • parent
  • context
  • [–] 7 points 1 year ago

    lol John Goodman is on the hood of a car smashing the windshield with a golf club or a baseball bat. Completely destroying the fuck out of this car. And he’s yelling “this is what happens when you find a stranger in the alps!”

  • source
  • parent
  • context
  • [–] 5 points 1 year ago (1 child)

    Remote instances won’t have your IP or email, and other usage trend data. So that info could only be obtained by this hypothetical tracking instance. As for any remote content on other instances, that can just be scraped by anyone. You wouldn’t even need an account or instance to get that data.

  • source
  • parent
  • context
  •  

    When I build with what is on the main branch, I get an error about invalid CFBundleShortVersionString, which appears to come from here:

    ios/App/App/Info.plist

        <key>CFBundleShortVersionString</key>
        <string>$(MARKETING_VERSION)</string>
    
    

    I can workaround / hack a fix by modifying the Info.plist file with something like:

        <key>CFBundleShortVersionString</key>
        <string>1.0.0</string>
    
    

    But I assume that's not the right thing to do. What is the correct way to set CFBundleShortVersionString or $(MARKETING_VERSION) ?

    view more: next ›