Search results

  1. P

    4.3 chrome full screen anyone?

    So I was testing yetishare 4.3 on a test server/domain, and when I tried to watch a video full screen, i noticed that the header of the yetishare script continues to show in the video/fullscreen.... I thought my eyes were deceiving me or that I did something wrong This is what it looks like...
  2. P

    mysql user/pass

    This is basically what i was getting at or wondering, i guess that kinda sucks..
  3. P

    mysql user/pass

    lets say my mysql user and password are username: mysite password: 8762gf81fa and my site in the config file has this user/pass plugged in and then my file servers, they also have the same user/pass plugged in the config file i was thinking, is this bad? would it be better if for each file...
  4. P

    Media Converter - Give priority for premium

    Have option on admin area to check box or say, that premium users get conversion priority over free and non-users and even better if we can define a list of users as well
  5. P

    FTP Upload plugin -- auto transfer

    When you upload via ftp plugin, the user has to click that link that says "CLICK HERE" to transfer the files....... which seems like an unnecessary step.... Can you make it so that all a user has to do is just upload files via ftp and it automatically shows up on their account? Or the 'click...
  6. P

    Media Converter dont convert lower bitrate vs setting

    if in convert.php i have 2000k as my bitrate setting for CONVERT_BITRATE.. and a user uploads a video that is 750k bitrate I could be wrong, but does it make sense that the media converter should convert a video that is lower bitrate, to a higher bitrate ?? I'm thinking it doesnt.. and if im...
  7. P

    Add translations

    There should be a "Add new translation" button for english. so that we dont have to do it through the database
  8. P

    Media Player choose bitrate

    On many video players, you can choose "low, medium or high" or choose the bitrate, like on youtube you can choose 240p, 360p, 720p, 540p, 1080p, etc.. I propose that on the media player plugin, you modify the jwplayer, videojs and add the bitrate options.. this would most likely mean that...
  9. P

    Ability to zip up folder

    the archive manager can be ran on a remote server, or on the same server as the file servers.. personally ive got the archive manager running on a seperate remote server.. and yeah, if my site got hugely popular and there were hundreds of people zipping up files, then id have to run the...
  10. P

    Media Converter changes

    1. Give admin ability to "Keep Original File" for certain users only, while globally it's off -- so editing a users account can check box "Force Keep Original File" or something like that 2. On admin settings, have us be able to define what a - low birate amount is (i.e 1000k) - a medium...
  11. P

    archive manager uploadedIP

    when archive manager uploads a file, the uploadedIP is the IP of the server that the archive manager runs on Can you please make it set the uploadedIP to the user's client IP or their current logged in IP?
  12. P

    Media converter file action queue entries remove directory

    When a video is deleted, or expires, in the file action queue, it adds an entry in there to remove the thumbnail for the video -- makes sense the entry it tries to remove is core/cache/plugins/mediaconverter/[file_id]/original_thumb.jpg but it does not remove the actual directory for [file_id]...
  13. P

    Ability to zip up folder

    On 4.3 you can right click on files and click "Add to zip" but you cant right click on a folder and click "Add to zip" and have it produce a zip file of the folder and have the zip file show up on the account files so i request the ability to zip up a folder by right clicking on the folder and...
  14. P

    Resolution issues

    I have now taken the $scale variable out of the $conversionPathCmd line on the converter.php and now.. videos remain at their original resolution, which I believe solves the problem From looking at the code, it would appear that its suppose to keep the original resolution, but ive found that...
  15. P

    Resolution issues

    So someone uploaded a video, presumbly made with a phone, and this is how it came out http://i.imgur.com/Qz82xEA.jpg This file ran through the mediaconverter plugin.. My max video size is set to 1280 x 720 on the media converter settings "The maximum size to resize videos to. i.e. 640x320...
  16. P

    Preventing direct linking

    Does anyone have any ideas on how I can prevent users from visiting a direct download token URL if they haven't loaded the normal page ? Maybe I could look at the ips downloading a token in the download_tracker table, then check if those ips have visited the normal url from the webserver access...
  17. P

    Prevent direct linking?

    It would be good to have an option to turn on or off called Prevent Direct Linking Some way where if an IP didn't visit the normal URL page first, they can't load the direct download token url ? Long as they load the actual normal page url first, then the downlaod token url works Because if...
  18. P

    mediaconverter .ts extension

    i added .ts to the Media Converter Plugin Settings as a file extension to look for to convert, which the media converter *does* convert .ts files so thats fine but when you upload a .ts file and visit the url (while its pending conversion or in process) it doesnt load the video page it instead...
  19. P

    archive manager plugin change

    It seems that with the archive manager plugin, i cant take the 'archivemanager' folder and put it on a seperate empty box, that does not have yetishare installed on it, and just simply run php process_archive_queue.cron.php because it seems to rely on yetishare being installed on the machine...
  20. P

    Weekly Stat email to admin

    Some sort of weekly statistics email to the admin (Something you can disable in admin settings) Like how mandrill emails you a weekly stats email telling you how many emails you sent, how many bounced etc so in this weekly stats email, it could be like - Files uploaded - Files deleted -...